Changeset 4108
- Timestamp:
- 05/09/06 18:41:06 (3 years ago)
- Files:
-
- wire/trunk/NEWS (modified) (1 diff)
- wire/trunk/configure (modified) (10 diffs)
- wire/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wire/trunk/NEWS
r3632 r4108 1 1 NEWS 2 2 ==== 3 4 1.1.1 5 - Add new /icon command, takes a path to an image file to use as icon 3 6 4 7 1.1 wire/trunk/configure
r4054 r4108 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for wire 1.1. 3 # Generated by GNU Autoconf 2.59 for wire 1.1.1. 4 4 # 5 5 # Report bugs to <axel@zankasoftware.com>. … … 270 270 PACKAGE_NAME='wire' 271 271 PACKAGE_TARNAME='wire' 272 PACKAGE_VERSION='1.1 '273 PACKAGE_STRING='wire 1.1 '272 PACKAGE_VERSION='1.1.1' 273 PACKAGE_STRING='wire 1.1.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 wire 1.1 to adapt to many kinds of systems.784 \`configure' configures wire 1.1.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 wire 1.1 :";;845 short | recursive ) echo "Configuration of wire 1.1.1:";; 846 846 esac 847 847 cat <<\_ACEOF … … 963 963 if $ac_init_version; then 964 964 cat <<\_ACEOF 965 wire configure 1.1 965 wire configure 1.1.1 966 966 generated by GNU Autoconf 2.59 967 967 … … 977 977 running configure, to aid debugging if configure makes a mistake. 978 978 979 It was created by wire $as_me 1.1 , which was979 It was created by wire $as_me 1.1.1, which was 980 980 generated by GNU Autoconf 2.59. Invocation command line was 981 981 … … 1402 1402 1403 1403 cat >>confdefs.h <<\_ACEOF 1404 #define WR_VERSION "1.1 "1404 #define WR_VERSION "1.1.1" 1405 1405 _ACEOF 1406 1406 … … 1417 1417 1418 1418 # These are used in the Makefile 1419 WR_VERSION=1.1 1419 WR_VERSION=1.1.1 1420 1420 1421 1421 … … 6884 6884 cat >&5 <<_CSEOF 6885 6885 6886 This file was extended by wire $as_me 1.1 , which was6886 This file was extended by wire $as_me 1.1.1, which was 6887 6887 generated by GNU Autoconf 2.59. Invocation command line was 6888 6888 … … 6944 6944 cat >>$CONFIG_STATUS <<_ACEOF 6945 6945 ac_cs_version="\\ 6946 wire config.status 1.1 6946 wire config.status 1.1.1 6947 6947 configured by $0, generated by GNU Autoconf 2.59, 6948 6948 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" wire/trunk/configure.in
r4054 r4108 1 1 # Process this file with autoconf to produce a configure script 2 AC_INIT([wire], [1.1 ], [axel@zankasoftware.com])2 AC_INIT([wire], [1.1.1], [axel@zankasoftware.com]) 3 3 AC_PREREQ([2.57]) 4 4 AC_CONFIG_SRCDIR([config.h.in])
