Changeset 461
- Timestamp:
- 05/13/04 23:03:07 (5 years ago)
- Files:
-
- wired/trunk/configure (modified) (10 diffs)
- wired/trunk/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/configure
r420 r461 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. 1.3 # Generated by GNU Autoconf 2.57 for wired 1.2. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 269 269 PACKAGE_NAME='wired' 270 270 PACKAGE_TARNAME='wired' 271 PACKAGE_VERSION='1. 1'272 PACKAGE_STRING='wired 1. 1'271 PACKAGE_VERSION='1.2' 272 PACKAGE_STRING='wired 1.2' 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. 1to adapt to many kinds of systems.782 \`configure' configures wired 1.2 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. 1:";;843 short | recursive ) echo "Configuration of wired 1.2:";; 844 844 esac 845 845 cat <<\_ACEOF … … 928 928 if $ac_init_version; then 929 929 cat <<\_ACEOF 930 wired configure 1. 1930 wired configure 1.2 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. 1, which was945 It was created by wired $as_me 1.2, 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. 1"1370 #define WD_PACKAGE_VERSION "1.2" 1371 1371 _ACEOF 1372 1372 1373 1373 1374 1374 cat >>confdefs.h <<\_ACEOF 1375 #define WD_PROTOCOL_VERSION "1. 0"1375 #define WD_PROTOCOL_VERSION "1.1" 1376 1376 _ACEOF 1377 1377 … … 1388 1388 1389 1389 # These are used in the Makefile 1390 WD_PACKAGE_VERSION="1. 1"1390 WD_PACKAGE_VERSION="1.2" 1391 1391 1392 1392 … … 7722 7722 cat >&5 <<_CSEOF 7723 7723 7724 This file was extended by wired $as_me 1. 1, which was7724 This file was extended by wired $as_me 1.2, 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. 17784 wired config.status 1.2 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
r420 r461 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT(wired, 1. 1, axel@zankasoftware.com)2 AC_INIT(wired, 1.2, axel@zankasoftware.com) 3 3 AC_PREREQ(2.57) 4 4 AC_CONFIG_SRCDIR([config.h.in]) … … 10 10 # These are used in the source code 11 11 AC_DEFINE(WD_PACKAGE_VERSION, "AC_PACKAGE_VERSION", Application version) 12 AC_DEFINE(WD_PROTOCOL_VERSION, "1. 0", Protocol version)12 AC_DEFINE(WD_PROTOCOL_VERSION, "1.1", Protocol version) 13 13 AC_DEFINE(WD_BUGREPORT, "AC_PACKAGE_BUGREPORT", Maintainer's email address) 14 14 AC_DEFINE_UNQUOTED(WD_CPU, "$host_cpu", Host CPU)
