Changeset 5165
- Timestamp:
- 01/16/08 06:04:31 (6 months ago)
- Files:
-
- wired/trunk/configure (modified) (10 diffs)
- wired/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/configure
r5031 r5165 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for wired 1.3. 2.3 # Generated by GNU Autoconf 2.61 for wired 1.3.3. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 575 575 PACKAGE_NAME='wired' 576 576 PACKAGE_TARNAME='wired' 577 PACKAGE_VERSION='1.3. 2'578 PACKAGE_STRING='wired 1.3. 2'577 PACKAGE_VERSION='1.3.3' 578 PACKAGE_STRING='wired 1.3.3' 579 579 PACKAGE_BUGREPORT='axel@zankasoftware.com' 580 580 … … 1198 1198 # This message is too long to be a string in the A/UX 3.1 sh. 1199 1199 cat <<_ACEOF 1200 \`configure' configures wired 1.3. 2to adapt to many kinds of systems.1200 \`configure' configures wired 1.3.3 to adapt to many kinds of systems. 1201 1201 1202 1202 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1263 1263 if test -n "$ac_init_help"; then 1264 1264 case $ac_init_help in 1265 short | recursive ) echo "Configuration of wired 1.3. 2:";;1265 short | recursive ) echo "Configuration of wired 1.3.3:";; 1266 1266 esac 1267 1267 cat <<\_ACEOF … … 1356 1356 if $ac_init_version; then 1357 1357 cat <<\_ACEOF 1358 wired configure 1.3. 21358 wired configure 1.3.3 1359 1359 generated by GNU Autoconf 2.61 1360 1360 … … 1370 1370 running configure, to aid debugging if configure makes a mistake. 1371 1371 1372 It was created by wired $as_me 1.3. 2, which was1372 It was created by wired $as_me 1.3.3, which was 1373 1373 generated by GNU Autoconf 2.61. Invocation command line was 1374 1374 … … 1947 1947 1948 1948 cat >>confdefs.h <<\_ACEOF 1949 #define WD_VERSION "1.3. 2"1949 #define WD_VERSION "1.3.3" 1950 1950 _ACEOF 1951 1951 … … 1962 1962 1963 1963 # These are used in the Makefile 1964 WD_VERSION="1.3. 2"1964 WD_VERSION="1.3.3" 1965 1965 1966 1966 … … 7147 7147 # values after options handling. 7148 7148 ac_log=" 7149 This file was extended by wired $as_me 1.3. 2, which was7149 This file was extended by wired $as_me 1.3.3, which was 7150 7150 generated by GNU Autoconf 2.61. Invocation command line was 7151 7151 … … 7196 7196 cat >>$CONFIG_STATUS <<_ACEOF 7197 7197 ac_cs_version="\\ 7198 wired config.status 1.3. 27198 wired config.status 1.3.3 7199 7199 configured by $0, generated by GNU Autoconf 2.61, 7200 7200 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" wired/trunk/configure.in
r5031 r5165 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wired], [1.3. 2], [axel@zankasoftware.com])2 AC_INIT([wired], [1.3.3], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
