Changeset 5173
- Timestamp:
- 01/16/08 08:41:34 (6 months ago)
- Files:
-
- trackerd/trunk/configure (modified) (10 diffs)
- trackerd/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/configure
r5075 r5173 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for trackerd 1.0. 1.3 # Generated by GNU Autoconf 2.61 for trackerd 1.0.2. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 575 575 PACKAGE_NAME='trackerd' 576 576 PACKAGE_TARNAME='trackerd' 577 PACKAGE_VERSION='1.0. 1'578 PACKAGE_STRING='trackerd 1.0. 1'577 PACKAGE_VERSION='1.0.2' 578 PACKAGE_STRING='trackerd 1.0.2' 579 579 PACKAGE_BUGREPORT='axel@zankasoftware.com' 580 580 … … 1198 1198 # This message is too long to be a string in the A/UX 3.1 sh. 1199 1199 cat <<_ACEOF 1200 \`configure' configures trackerd 1.0. 1to adapt to many kinds of systems.1200 \`configure' configures trackerd 1.0.2 to adapt to many kinds of systems. 1201 1201 1202 1202 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1263 1263 if test -n "$ac_init_help"; then 1264 1264 case $ac_init_help in 1265 short | recursive ) echo "Configuration of trackerd 1.0. 1:";;1265 short | recursive ) echo "Configuration of trackerd 1.0.2:";; 1266 1266 esac 1267 1267 cat <<\_ACEOF … … 1358 1358 if $ac_init_version; then 1359 1359 cat <<\_ACEOF 1360 trackerd configure 1.0. 11360 trackerd configure 1.0.2 1361 1361 generated by GNU Autoconf 2.61 1362 1362 … … 1372 1372 running configure, to aid debugging if configure makes a mistake. 1373 1373 1374 It was created by trackerd $as_me 1.0. 1, which was1374 It was created by trackerd $as_me 1.0.2, which was 1375 1375 generated by GNU Autoconf 2.61. Invocation command line was 1376 1376 … … 1949 1949 1950 1950 cat >>confdefs.h <<\_ACEOF 1951 #define WT_VERSION "1.0. 1"1951 #define WT_VERSION "1.0.2" 1952 1952 _ACEOF 1953 1953 … … 1964 1964 1965 1965 # These are used in the Makefile 1966 WT_VERSION="1.0. 1"1966 WT_VERSION="1.0.2" 1967 1967 1968 1968 … … 6935 6935 # values after options handling. 6936 6936 ac_log=" 6937 This file was extended by trackerd $as_me 1.0. 1, which was6937 This file was extended by trackerd $as_me 1.0.2, which was 6938 6938 generated by GNU Autoconf 2.61. Invocation command line was 6939 6939 … … 6984 6984 cat >>$CONFIG_STATUS <<_ACEOF 6985 6985 ac_cs_version="\\ 6986 trackerd config.status 1.0. 16986 trackerd config.status 1.0.2 6987 6987 configured by $0, generated by GNU Autoconf 2.61, 6988 6988 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" trackerd/trunk/configure.in
r5075 r5173 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([trackerd], [1.0. 1], [axel@zankasoftware.com])2 AC_INIT([trackerd], [1.0.2], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
