From: David MacKenzie Date: Mon, 18 Nov 1996 15:28:02 +0000 (+0000) Subject: Version 2.11 released X-Git-Tag: fsf-origin~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=091c6ec53382a70c9e62c7e1db6b81300d9d13b3;p=thirdparty%2Fautoconf.git Version 2.11 released --- diff --git a/ChangeLog b/ChangeLog index d544118e..8715eddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Nov 18 10:24:50 1996 David J MacKenzie + + * Version 2.11. + +Sun Nov 17 20:12:05 1996 David J MacKenzie + + * acspecific.m4 (AC_FUNC_STRCOLL): Make the checking message more + accurate. + Thu Nov 14 11:15:27 1996 David J MacKenzie * acheaders: Add entry for malloc.h. Make the strings.h entry diff --git a/NEWS b/NEWS index 59480c39..b6364302 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ Major changes in release 2.11: * AC_PROG_CC and AC_PROG_CXX check whether the compiler works. - They default CFLAGS/CXXFLAGS to "-g -O2" for gcc, instead of "-g -O". + They also default CFLAGS/CXXFLAGS to "-g -O2" for gcc, instead of "-g -O". * AC_REPLACE_FUNCS defines HAVE_foo if the system has the function `foo'. -* The argument to AC_CONFIG_HEADER can contain shell variables. +* AC_CONFIG_HEADER expands shell variables in its argument. * New macros: AC_FUNC_FNMATCH, AC_FUNC_SETPGRP. * The "checking..." messages and the source code for test programs that fail are saved in config.log. diff --git a/acgeneral.m4 b/acgeneral.m4 index ae255f86..c429c03c 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -52,7 +52,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.10.3) +define(AC_ACVERSION, 2.11) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the diff --git a/acspecific.m4 b/acspecific.m4 index 225e2089..d0712704 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -1381,7 +1381,7 @@ fi ]) AC_DEFUN(AC_FUNC_STRCOLL, -[AC_CACHE_CHECK(for strcoll, ac_cv_func_strcoll_works, +[AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works, [AC_TRY_RUN([#include main () { diff --git a/autoconf.texi b/autoconf.texi index a965ffce..a6b9b1c4 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -6,8 +6,8 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 2.10.3 -@set VERSION 2.10.3 +@set EDITION 2.11 +@set VERSION 2.11 @set UPDATED November 1996 @iftex diff --git a/configure b/configure index c79ce375..61ee6b37 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.10.3 +# Generated automatically using autoconf version 2.11 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -332,7 +332,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.10.3" + echo "configure generated by autoconf version 2.11" exit 0 ;; -with-* | --with-*) @@ -540,7 +540,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:544: checking for $ac_word" >&5 +echo "configure:__oline__: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -577,7 +577,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:581: checking for $ac_word" >&5 +echo "configure:__oline__: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -609,7 +609,7 @@ done # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:613: checking for $ac_word" >&5 +echo "configure:__oline__: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -674,7 +674,7 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:678: checking for a BSD compatible install" >&5 +echo "configure:__oline__: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -818,7 +818,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.10.3" + echo "$CONFIG_STATUS generated by autoconf version 2.11" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/doc/autoconf.texi b/doc/autoconf.texi index a965ffce..a6b9b1c4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -6,8 +6,8 @@ @c @setchapternewpage odd @c %**end of header -@set EDITION 2.10.3 -@set VERSION 2.10.3 +@set EDITION 2.11 +@set VERSION 2.11 @set UPDATED November 1996 @iftex diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index ae255f86..c429c03c 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -52,7 +52,7 @@ dnl divert(-1)dnl Throw away output until AC_INIT is called. changequote([, ]) -define(AC_ACVERSION, 2.10.3) +define(AC_ACVERSION, 2.11) dnl Some old m4's don't support m4exit. But they provide dnl equivalent functionality by core dumping because of the diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 225e2089..d0712704 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -1381,7 +1381,7 @@ fi ]) AC_DEFUN(AC_FUNC_STRCOLL, -[AC_CACHE_CHECK(for strcoll, ac_cv_func_strcoll_works, +[AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works, [AC_TRY_RUN([#include main () {