Changeset 1333:efdf17e95211
- Timestamp:
- 09/03/09 22:11:52 (2 years ago)
- Branch:
- default
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (8 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1331 r1333 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.63 for libdodo 0. 11.0.3 # Generated by GNU Autoconf 2.63 for libdodo 0.0.0. 4 4 # 5 5 # Report bugs to <issues.libdodo.org>. … … 597 597 PACKAGE_NAME='libdodo' 598 598 PACKAGE_TARNAME='libdodo' 599 PACKAGE_VERSION='0. 11.0'600 PACKAGE_STRING='libdodo 0. 11.0'599 PACKAGE_VERSION='0.0.0' 600 PACKAGE_STRING='libdodo 0.0.0' 601 601 PACKAGE_BUGREPORT='issues.libdodo.org' 602 602 … … 1299 1299 # This message is too long to be a string in the A/UX 3.1 sh. 1300 1300 cat <<_ACEOF 1301 \`configure' configures libdodo 0. 11.0 to adapt to many kinds of systems.1301 \`configure' configures libdodo 0.0.0 to adapt to many kinds of systems. 1302 1302 1303 1303 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1360 1360 if test -n "$ac_init_help"; then 1361 1361 case $ac_init_help in 1362 short | recursive ) echo "Configuration of libdodo 0. 11.0:";;1362 short | recursive ) echo "Configuration of libdodo 0.0.0:";; 1363 1363 esac 1364 1364 cat <<\_ACEOF … … 1491 1491 if $ac_init_version; then 1492 1492 cat <<\_ACEOF 1493 libdodo configure 0. 11.01493 libdodo configure 0.0.0 1494 1494 generated by GNU Autoconf 2.63 1495 1495 … … 1505 1505 running configure, to aid debugging if configure makes a mistake. 1506 1506 1507 It was created by libdodo $as_me 0. 11.0, which was1507 It was created by libdodo $as_me 0.0.0, which was 1508 1508 generated by GNU Autoconf 2.63. Invocation command line was 1509 1509 … … 11318 11318 # values after options handling. 11319 11319 ac_log=" 11320 This file was extended by libdodo $as_me 0. 11.0, which was11320 This file was extended by libdodo $as_me 0.0.0, which was 11321 11321 generated by GNU Autoconf 2.63. Invocation command line was 11322 11322 … … 11368 11368 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 11369 11369 ac_cs_version="\\ 11370 libdodo config.status 0. 11.011370 libdodo config.status 0.0.0 11371 11371 configured by $0, generated by GNU Autoconf 2.63, 11372 11372 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
trunk/configure.in
r1331 r1333 5 5 ## 6 6 7 AC_INIT(libdodo, 0. 11.0, issues.libdodo.org)7 AC_INIT(libdodo, 0.0.0, issues.libdodo.org) 8 8 9 9 OS=$(uname)
Note: See TracChangeset
for help on using the changeset viewer.
