]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
update to v2.6
authorDavid MacKenzie <djm@djmnet.org>
Mon, 20 Nov 1995 20:46:49 +0000 (20:46 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Mon, 20 Nov 1995 20:46:49 +0000 (20:46 +0000)
ChangeLog
NEWS
acgeneral.m4
autoconf.texi
configure
doc/autoconf.texi
lib/autoconf/general.m4

index 598a2ae00a00c381da3c4d7c0c5c4d84afc7d393..59b69b26f9546624473d79c9c7ca5d906136f44d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Mon Nov 20 15:26:50 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
 
+       * 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 aecda30f500a2d8cae195654e2cd60b3843890cf..5cc9f520da4dc57eacde0ec08463bf11b411a28e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in release 2.6:
+
+Just fixed a few silly bugs.
+\f
 Major changes in release 2.5:
 
 * New configure options --bindir, --libdir, --datadir, etc., with
index befb5770e0c3e811fe02ef652908c9532d3d9613..2279df957420230c91298ca5cb3ec5d56a345b65 100644 (file)
@@ -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
index 5e459fc66739269d0e17e707103d3835cdbff514..891a27de0b00a2af69a0ee4367f301c4696075b0 100644 (file)
@@ -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
index 20f477bba7eda0ee0197faa46b65e57ee4fcb0c8..54c1d1d955bcac3b0fd206ae9c54d900b63f03bd 100755 (executable)
--- 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 ;;
index 5e459fc66739269d0e17e707103d3835cdbff514..891a27de0b00a2af69a0ee4367f301c4696075b0 100644 (file)
@@ -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
index befb5770e0c3e811fe02ef652908c9532d3d9613..2279df957420230c91298ca5cb3ec5d56a345b65 100644 (file)
@@ -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