Changeset 420
- Timestamp:
- 05/05/04 21:47:01 (5 years 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
r413 r420 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.57 for wired 1. 0.3.3 # Generated by GNU Autoconf 2.57 for wired 1.1. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 269 269 PACKAGE_NAME='wired' 270 270 PACKAGE_TARNAME='wired' 271 PACKAGE_VERSION='1. 0.3'272 PACKAGE_STRING='wired 1. 0.3'271 PACKAGE_VERSION='1.1' 272 PACKAGE_STRING='wired 1.1' 273 273 PACKAGE_BUGREPORT='axel@zankasoftware.com' 274 274 … … 780 780 # This message is too long to be a string in the A/UX 3.1 sh. 781 781 cat <<_ACEOF 782 \`configure' configures wired 1. 0.3to adapt to many kinds of systems.782 \`configure' configures wired 1.1 to adapt to many kinds of systems. 783 783 784 784 Usage: $0 [OPTION]... [VAR=VALUE]... … … 841 841 if test -n "$ac_init_help"; then 842 842 case $ac_init_help in 843 short | recursive ) echo "Configuration of wired 1. 0.3:";;843 short | recursive ) echo "Configuration of wired 1.1:";; 844 844 esac 845 845 cat <<\_ACEOF … … 928 928 if $ac_init_version; then 929 929 cat <<\_ACEOF 930 wired configure 1. 0.3930 wired configure 1.1 931 931 generated by GNU Autoconf 2.57 932 932 … … 943 943 running configure, to aid debugging if configure makes a mistake. 944 944 945 It was created by wired $as_me 1. 0.3, which was945 It was created by wired $as_me 1.1, which was 946 946 generated by GNU Autoconf 2.57. Invocation command line was 947 947 … … 1368 1368 1369 1369 cat >>confdefs.h <<\_ACEOF 1370 #define WD_PACKAGE_VERSION "1. 0.3"1370 #define WD_PACKAGE_VERSION "1.1" 1371 1371 _ACEOF 1372 1372 … … 1388 1388 1389 1389 # These are used in the Makefile 1390 WD_PACKAGE_VERSION="1. 0.3"1390 WD_PACKAGE_VERSION="1.1" 1391 1391 1392 1392 … … 7722 7722 cat >&5 <<_CSEOF 7723 7723 7724 This file was extended by wired $as_me 1. 0.3, which was7724 This file was extended by wired $as_me 1.1, which was 7725 7725 generated by GNU Autoconf 2.57. Invocation command line was 7726 7726 … … 7782 7782 cat >>$CONFIG_STATUS <<_ACEOF 7783 7783 ac_cs_version="\\ 7784 wired config.status 1. 0.37784 wired config.status 1.1 7785 7785 configured by $0, generated by GNU Autoconf 2.57, 7786 7786 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wired/trunk/configure.in
r413 r420 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT(wired, 1. 0.3, axel@zankasoftware.com)2 AC_INIT(wired, 1.1, axel@zankasoftware.com) 3 3 AC_PREREQ(2.57) 4 4 AC_CONFIG_SRCDIR([config.h.in])
