Changeset 4101
- Timestamp:
- 05/08/06 20:09:22 (3 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
r4048 r4101 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for wired 1.3. 3 # Generated by GNU Autoconf 2.59 for wired 1.3.1. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 270 270 PACKAGE_NAME='wired' 271 271 PACKAGE_TARNAME='wired' 272 PACKAGE_VERSION='1.3 '273 PACKAGE_STRING='wired 1.3 '272 PACKAGE_VERSION='1.3.1' 273 PACKAGE_STRING='wired 1.3.1' 274 274 PACKAGE_BUGREPORT='axel@zankasoftware.com' 275 275 … … 782 782 # This message is too long to be a string in the A/UX 3.1 sh. 783 783 cat <<_ACEOF 784 \`configure' configures wired 1.3 to adapt to many kinds of systems.784 \`configure' configures wired 1.3.1 to adapt to many kinds of systems. 785 785 786 786 Usage: $0 [OPTION]... [VAR=VALUE]... … … 843 843 if test -n "$ac_init_help"; then 844 844 case $ac_init_help in 845 short | recursive ) echo "Configuration of wired 1.3 :";;845 short | recursive ) echo "Configuration of wired 1.3.1:";; 846 846 esac 847 847 cat <<\_ACEOF … … 972 972 if $ac_init_version; then 973 973 cat <<\_ACEOF 974 wired configure 1.3 974 wired configure 1.3.1 975 975 generated by GNU Autoconf 2.59 976 976 … … 986 986 running configure, to aid debugging if configure makes a mistake. 987 987 988 It was created by wired $as_me 1.3 , which was988 It was created by wired $as_me 1.3.1, which was 989 989 generated by GNU Autoconf 2.59. Invocation command line was 990 990 … … 1411 1411 1412 1412 cat >>confdefs.h <<\_ACEOF 1413 #define WD_VERSION "1.3 "1413 #define WD_VERSION "1.3.1" 1414 1414 _ACEOF 1415 1415 … … 1426 1426 1427 1427 # These are used in the Makefile 1428 WD_VERSION="1.3 "1428 WD_VERSION="1.3.1" 1429 1429 1430 1430 … … 6288 6288 cat >&5 <<_CSEOF 6289 6289 6290 This file was extended by wired $as_me 1.3 , which was6290 This file was extended by wired $as_me 1.3.1, which was 6291 6291 generated by GNU Autoconf 2.59. Invocation command line was 6292 6292 … … 6348 6348 cat >>$CONFIG_STATUS <<_ACEOF 6349 6349 ac_cs_version="\\ 6350 wired config.status 1.3 6350 wired config.status 1.3.1 6351 6351 configured by $0, generated by GNU Autoconf 2.59, 6352 6352 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wired/trunk/configure.in
r4048 r4101 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wired], [1.3 ], [axel@zankasoftware.com])2 AC_INIT([wired], [1.3.1], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
