Changeset 5171
- Timestamp:
- 01/16/08 08:37:58 (6 months 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
r5039 r5171 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for wire 1.1. 2.3 # Generated by GNU Autoconf 2.61 for wire 1.1.3. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 575 575 PACKAGE_NAME='wire' 576 576 PACKAGE_TARNAME='wire' 577 PACKAGE_VERSION='1.1. 2'578 PACKAGE_STRING='wire 1.1. 2'577 PACKAGE_VERSION='1.1.3' 578 PACKAGE_STRING='wire 1.1.3' 579 579 PACKAGE_BUGREPORT='axel@zankasoftware.com' 580 580 … … 1194 1194 # This message is too long to be a string in the A/UX 3.1 sh. 1195 1195 cat <<_ACEOF 1196 \`configure' configures wire 1.1. 2to adapt to many kinds of systems.1196 \`configure' configures wire 1.1.3 to adapt to many kinds of systems. 1197 1197 1198 1198 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1259 1259 if test -n "$ac_init_help"; then 1260 1260 case $ac_init_help in 1261 short | recursive ) echo "Configuration of wire 1.1. 2:";;1261 short | recursive ) echo "Configuration of wire 1.1.3:";; 1262 1262 esac 1263 1263 cat <<\_ACEOF … … 1349 1349 if $ac_init_version; then 1350 1350 cat <<\_ACEOF 1351 wire configure 1.1. 21351 wire configure 1.1.3 1352 1352 generated by GNU Autoconf 2.61 1353 1353 … … 1363 1363 running configure, to aid debugging if configure makes a mistake. 1364 1364 1365 It was created by wire $as_me 1.1. 2, which was1365 It was created by wire $as_me 1.1.3, which was 1366 1366 generated by GNU Autoconf 2.61. Invocation command line was 1367 1367 … … 1940 1940 1941 1941 cat >>confdefs.h <<\_ACEOF 1942 #define WR_VERSION "1.1. 2"1942 #define WR_VERSION "1.1.3" 1943 1943 _ACEOF 1944 1944 … … 1955 1955 1956 1956 # These are used in the Makefile 1957 WR_VERSION=1.1. 21957 WR_VERSION=1.1.3 1958 1958 1959 1959 … … 7571 7571 # values after options handling. 7572 7572 ac_log=" 7573 This file was extended by wire $as_me 1.1. 2, which was7573 This file was extended by wire $as_me 1.1.3, which was 7574 7574 generated by GNU Autoconf 2.61. Invocation command line was 7575 7575 … … 7620 7620 cat >>$CONFIG_STATUS <<_ACEOF 7621 7621 ac_cs_version="\\ 7622 wire config.status 1.1. 27622 wire config.status 1.1.3 7623 7623 configured by $0, generated by GNU Autoconf 2.61, 7624 7624 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" wire/trunk/configure.in
r5039 r5171 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wire], [1.1. 2], [axel@zankasoftware.com])2 AC_INIT([wire], [1.1.3], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
