Changeset 132
- Timestamp:
- 10/26/04 09:33:40 (4 years ago)
- Files:
-
- wire/trunk/configure (modified) (10 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/configure
r122 r132 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.57 for wire 1.0. 2.3 # Generated by GNU Autoconf 2.57 for wire 1.0.3. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 269 269 PACKAGE_NAME='wire' 270 270 PACKAGE_TARNAME='wire' 271 PACKAGE_VERSION='1.0. 2'272 PACKAGE_STRING='wire 1.0. 2'271 PACKAGE_VERSION='1.0.3' 272 PACKAGE_STRING='wire 1.0.3' 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 wire 1.0. 2to adapt to many kinds of systems.782 \`configure' configures wire 1.0.3 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 wire 1.0. 2:";;843 short | recursive ) echo "Configuration of wire 1.0.3:";; 844 844 esac 845 845 cat <<\_ACEOF … … 926 926 if $ac_init_version; then 927 927 cat <<\_ACEOF 928 wire configure 1.0. 2928 wire configure 1.0.3 929 929 generated by GNU Autoconf 2.57 930 930 … … 941 941 running configure, to aid debugging if configure makes a mistake. 942 942 943 It was created by wire $as_me 1.0. 2, which was943 It was created by wire $as_me 1.0.3, which was 944 944 generated by GNU Autoconf 2.57. Invocation command line was 945 945 … … 1366 1366 1367 1367 cat >>confdefs.h <<\_ACEOF 1368 #define WR_PACKAGE_VERSION "1.0. 2"1368 #define WR_PACKAGE_VERSION "1.0.3" 1369 1369 _ACEOF 1370 1370 … … 1386 1386 1387 1387 # These are used in the Makefile 1388 WR_PACKAGE_VERSION=1.0. 21388 WR_PACKAGE_VERSION=1.0.3 1389 1389 1390 1390 … … 9073 9073 cat >&5 <<_CSEOF 9074 9074 9075 This file was extended by wire $as_me 1.0. 2, which was9075 This file was extended by wire $as_me 1.0.3, which was 9076 9076 generated by GNU Autoconf 2.57. Invocation command line was 9077 9077 … … 9133 9133 cat >>$CONFIG_STATUS <<_ACEOF 9134 9134 ac_cs_version="\\ 9135 wire config.status 1.0. 29135 wire config.status 1.0.3 9136 9136 configured by $0, generated by GNU Autoconf 2.57, 9137 9137 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wire/trunk/configure.in
r122 r132 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wire], [1.0. 2], [axel@zankasoftware.com])2 AC_INIT([wire], [1.0.3], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
