From 673d7305dffa990da41dd84c678de07b5e9f64cc Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Mon, 20 Nov 1995 20:46:49 +0000 Subject: [PATCH] update to v2.6 --- ChangeLog | 2 ++ NEWS | 4 ++++ acgeneral.m4 | 2 +- autoconf.texi | 6 +++--- configure | 19 ++++++++++++------- doc/autoconf.texi | 6 +++--- lib/autoconf/general.m4 | 2 +- 7 files changed, 26 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 598a2ae0..59b69b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon Nov 20 15:26:50 1995 David J. MacKenzie + * Version 2.6. + * acgeneral.m4 (AC_INIT_PARSE_ARGS): Prettify usage message somewhat. * Makefile.in: Use @bindir@, @datadir@, @infodir@. diff --git a/NEWS b/NEWS index aecda30f..5cc9f520 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Major changes in release 2.6: + +Just fixed a few silly bugs. + Major changes in release 2.5: * New configure options --bindir, --libdir, --datadir, etc., with diff --git a/acgeneral.m4 b/acgeneral.m4 index befb5770..2279df95 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -51,7 +51,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.5) +define(AC_ACVERSION, 2.6) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the diff --git a/autoconf.texi b/autoconf.texi index 5e459fc6..891a27de 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -6,9 +6,9 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 2.5 -@set VERSION 2.5 -@set UPDATED July 1995 +@set EDITION 2.6 +@set VERSION 2.6 +@set UPDATED November 1995 @iftex @finalout diff --git a/configure b/configure index 20f477bb..54c1d1d9 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.5 +# Generated automatically using autoconf version 2.6 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -148,9 +148,11 @@ Directory and file names: --bindir=DIR user executables in DIR [EPREFIX/bin] --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] --libexecdir=DIR program executables in DIR [EPREFIX/libexec] - --datadir=DIR read-only architecture-independent data in DIR [PREFIX/share] + --datadir=DIR read-only architecture-independent data in DIR + [PREFIX/share] --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data in DIR [PREFIX/com] + --sharedstatedir=DIR modifiable architecture-independent data in DIR + [PREFIX/com] --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] --libdir=DIR object code libraries in DIR [EPREFIX/lib] --includedir=DIR C header files in DIR [PREFIX/include] @@ -160,7 +162,8 @@ Directory and file names: --srcdir=DIR find the sources in DIR [configure dir or ..] --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names + --program-transform-name=PROGRAM + run sed PROGRAM on installed program names EOF cat << EOF Host type: @@ -174,8 +177,10 @@ Features and packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR ---enable and --with options recognized:$ac_help EOF + if test -n "$ac_help"; then + echo "--enable and --with options recognized:$ac_help" + fi exit 0 ;; -host | --host | --hos | --ho) @@ -325,7 +330,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.5" + echo "configure generated by autoconf version 2.6" exit 0 ;; -with-* | --with-*) @@ -807,7 +812,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.5" + echo "$CONFIG_STATUS generated by autoconf version 2.6" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 5e459fc6..891a27de 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6,9 +6,9 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 2.5 -@set VERSION 2.5 -@set UPDATED July 1995 +@set EDITION 2.6 +@set VERSION 2.6 +@set UPDATED November 1995 @iftex @finalout diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index befb5770..2279df95 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -51,7 +51,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.5) +define(AC_ACVERSION, 2.6) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the