Changeset 112
- Timestamp:
- 08/08/04 20:39:48 (4 years ago)
- Files:
-
- wire/trunk/configure (modified) (11 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/configure
r106 r112 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. 3 # Generated by GNU Autoconf 2.57 for wire 1.0.1. 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 '272 PACKAGE_STRING='wire 1.0 '271 PACKAGE_VERSION='1.0.1' 272 PACKAGE_STRING='wire 1.0.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 wire 1.0 to adapt to many kinds of systems.782 \`configure' configures wire 1.0.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 wire 1.0 :";;843 short | recursive ) echo "Configuration of wire 1.0.1:";; 844 844 esac 845 845 cat <<\_ACEOF … … 926 926 if $ac_init_version; then 927 927 cat <<\_ACEOF 928 wire configure 1.0 928 wire configure 1.0.1 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 , which was943 It was created by wire $as_me 1.0.1, 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 "1368 #define WR_PACKAGE_VERSION "1.0.1" 1369 1369 _ACEOF 1370 1370 … … 1386 1386 1387 1387 # These are used in the Makefile 1388 WR_PACKAGE_VERSION=1.0 1388 WR_PACKAGE_VERSION=1.0.1 1389 1389 1390 1390 … … 3510 3510 3511 3511 3512 # Check if we need the networkservices library3512 # Check if we need the resolve services library 3513 3513 echo "$as_me:$LINENO: checking for inet_aton" >&5 3514 3514 echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6 … … 9063 9063 cat >&5 <<_CSEOF 9064 9064 9065 This file was extended by wire $as_me 1.0 , which was9065 This file was extended by wire $as_me 1.0.1, which was 9066 9066 generated by GNU Autoconf 2.57. Invocation command line was 9067 9067 … … 9123 9123 cat >>$CONFIG_STATUS <<_ACEOF 9124 9124 ac_cs_version="\\ 9125 wire config.status 1.0 9125 wire config.status 1.0.1 9126 9126 configured by $0, generated by GNU Autoconf 2.57, 9127 9127 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wire/trunk/configure.in
r109 r112 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wire], [1.0 ], [axel@zankasoftware.com])2 AC_INIT([wire], [1.0.1], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
