Wed Nov 20 13:00:21 1996 David J MacKenzie <djm@catapult.va.pubnix.com>
+ * Test release 2.11.2.
+
+ * acgeneral.m4 (AC_OUTPUT): Remove a now-wrong test for whether to
+ make an unquoted here document.
+
* Test release 2.11.1.
* acgeneral.m4 (AC_TRY_LIB): Remove an erroneous dnl.
- (AC_TRY_COMPILE): Make the final newline consistent with the
- other AC_TRY_* macros.
+ (AC_TRY_COMPILE, AC_TRY_LINK): Make the final newline consistent
+ with the other AC_TRY_* macros.
(AC_DIVERSION_CMDS, AC_DIVERSION_ICMDS): New macros.
(AC_OUTPUT_COMMANDS, AC_OUTPUT): Use them instead of appending to
list macros.
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.11.1)
+define(AC_ACVERSION, 2.11.2)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the
AC_OUTPUT_FILES($1)
ifdef([AC_LIST_HEADER], [AC_OUTPUT_HEADER(AC_LIST_HEADER)])dnl
ifdef([AC_LIST_LINKS], [AC_OUTPUT_LINKS(AC_LIST_FILES, AC_LIST_LINKS)])dnl
-ifelse([$3][AC_LIST_INIT], , ,
-[EOF
+EOF
cat >> $CONFIG_STATUS <<EOF
undivert(AC_DIVERSION_ICMDS)dnl
$3
EOF
-cat >> $CONFIG_STATUS <<\EOF])
+cat >> $CONFIG_STATUS <<\EOF
undivert(AC_DIVERSION_CMDS)dnl
$2
exit 0
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.11.1
-@set VERSION 2.11.1
+@set EDITION 2.11.2
+@set VERSION 2.11.2
@set UPDATED November 1996
@iftex
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.11.1
+# Generated automatically using autoconf version 2.11.2
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.11.1"
+ echo "configure generated by autoconf version 2.11.2"
exit 0 ;;
-with-* | --with-*)
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.11.1"
+ echo "$CONFIG_STATUS generated by autoconf version 2.11.2"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.11.1
-@set VERSION 2.11.1
+@set EDITION 2.11.2
+@set VERSION 2.11.2
@set UPDATED November 1996
@iftex
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.11.1)
+define(AC_ACVERSION, 2.11.2)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the
AC_OUTPUT_FILES($1)
ifdef([AC_LIST_HEADER], [AC_OUTPUT_HEADER(AC_LIST_HEADER)])dnl
ifdef([AC_LIST_LINKS], [AC_OUTPUT_LINKS(AC_LIST_FILES, AC_LIST_LINKS)])dnl
-ifelse([$3][AC_LIST_INIT], , ,
-[EOF
+EOF
cat >> $CONFIG_STATUS <<EOF
undivert(AC_DIVERSION_ICMDS)dnl
$3
EOF
-cat >> $CONFIG_STATUS <<\EOF])
+cat >> $CONFIG_STATUS <<\EOF
undivert(AC_DIVERSION_CMDS)dnl
$2
exit 0