+Wed Nov 13 10:07:14 1996 David J MacKenzie <djm@catapult.va.pubnix.com>
+
+ * Test release 2.10.3.
+
+ * testsuite/Makefile.in (dejacheck): New target, suggested by Tom
+ Tromey <tromey@creche.cygnus.com>.
+ (check): Depend on dejacheck.
+
Tue Nov 12 00:06:14 1996 David J MacKenzie <djm@catapult.va.pubnix.com>
* acgeneral.m4 (AC_OUTPUT_FILES): Split the list of sed commands in
Issues to resolve before release:
-1. autoreconf problem with finding subdirectory acconfig.h.
-2. test the new features: AC_PROG_CC_WORKS on Solaris, AC_FUNC_MMAP
-on HP-UX, AC_CACHE_SAVE on HP-UX, AC_FUNC_SETPGRP, AC_PATH_XTRA on
-Solaris and BSDI 2.1, sed command splitting on HP-UX, AC_FUNC_FNMATCH.
+Test the new features: AC_PROG_CC_WORKS on Solaris, AC_CACHE_SAVE
+with spaces in var values on HP-UX, AC_FUNC_SETPGRP, AC_PATH_XTRA on
+Solaris, sed command splitting on HP-UX (many AC_SUBST's), AC_FUNC_FNMATCH.
Major changes in release 2.11:
hpa@yggdrasil.com (H. Peter Anvin)
------------------------------------------------------------------------------
+
+Modify the meaning of autoheader --localdir to add an additional
+directory to look for acconfig.h instead of replacing the directory
+containing configure.in.
+
+Marc Horowitz <marc@MIT.EDU>
+
+------------------------------------------------------------------------------
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.10.2)
+define(AC_ACVERSION, 2.10.3)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.10.2
-@set VERSION 2.10.2
+@set EDITION 2.10.3
+@set VERSION 2.10.3
@set UPDATED November 1996
@iftex
@item --localdir=@var{dir}
@itemx -l @var{dir}
-Look for the package files @file{aclocal.m4} and @file{acconfig.h} (but
+Have @code{autoconf} and @code{autoheader} look for the package files
+@file{aclocal.m4} and (@code{autoheader} only) @file{acconfig.h} (but
not @file{@var{file}.top} and @file{@var{file}.bot}) in directory
@var{dir} instead of in the directory containing each @file{configure.in}.
fi
TEMPLATES="${AC_MACRODIR}/acconfig.h"
-# Disabled until I figure out whether it's really right.
-#if test "$localdir" != .; then
- # When running autoheader from autoreconf, this is how we get
- # subdirectories' acconfig.h files.
- #test -r ./acconfig.h && TEMPLATES="${TEMPLATES} ./acconfig.h"
-#fi
test -r $localdir/acconfig.h && TEMPLATES="${TEMPLATES} $localdir/acconfig.h"
case $# in
fi
TEMPLATES="${AC_MACRODIR}/acconfig.h"
-# Disabled until I figure out whether it's really right.
-#if test "$localdir" != .; then
- # When running autoheader from autoreconf, this is how we get
- # subdirectories' acconfig.h files.
- #test -r ./acconfig.h && TEMPLATES="${TEMPLATES} ./acconfig.h"
-#fi
test -r $localdir/acconfig.h && TEMPLATES="${TEMPLATES} $localdir/acconfig.h"
case $# in
fi
TEMPLATES="${AC_MACRODIR}/acconfig.h"
-# Disabled until I figure out whether it's really right.
-#if test "$localdir" != .; then
- # When running autoheader from autoreconf, this is how we get
- # subdirectories' acconfig.h files.
- #test -r ./acconfig.h && TEMPLATES="${TEMPLATES} ./acconfig.h"
-#fi
test -r $localdir/acconfig.h && TEMPLATES="${TEMPLATES} $localdir/acconfig.h"
case $# in
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.10.2
+# Generated automatically using autoconf version 2.10.3
# 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.10.2"
+ echo "configure generated by autoconf version 2.10.3"
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.10.2"
+ echo "$CONFIG_STATUS generated by autoconf version 2.10.3"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
else
sed "${ac_end}q" conftest.subs > conftest.s$ac_file
fi
- if ! test -s conftest.s$ac_file; then
+ if test ! -s conftest.s$ac_file; then
ac_more_lines=false
rm -f conftest.s$ac_file
else
@c @setchapternewpage odd
@c %**end of header
-@set EDITION 2.10.2
-@set VERSION 2.10.2
+@set EDITION 2.10.3
+@set VERSION 2.10.3
@set UPDATED November 1996
@iftex
@item --localdir=@var{dir}
@itemx -l @var{dir}
-Look for the package files @file{aclocal.m4} and @file{acconfig.h} (but
+Have @code{autoconf} and @code{autoheader} look for the package files
+@file{aclocal.m4} and (@code{autoheader} only) @file{acconfig.h} (but
not @file{@var{file}.top} and @file{@var{file}.bot}) in directory
@var{dir} instead of in the directory containing each @file{configure.in}.
divert(-1)dnl Throw away output until AC_INIT is called.
changequote([, ])
-define(AC_ACVERSION, 2.10.2)
+define(AC_ACVERSION, 2.10.3)
dnl Some old m4's don't support m4exit. But they provide
dnl equivalent functionality by core dumping because of the
info:
dvi:
-check: site.exp all
- @echo NOTE: This only works if you have the DejaGNU runtest program installed...
+dejacheck:
+ @if $(SHELL) -c 'runtest --version' > /dev/null 2>&1; then :; else \
+ echo ERROR: the autoconf tests require the DejaGNU runtest program; \
+ exit 1; \
+ fi
+
+check: dejacheck site.exp all
$(RUNTEST) $(RUNTESTFLAGS) --tool autoconf AUTOCONF=${AUTOCONF} \
AUTOCONFFLAGS="${AUTOCONFFLAGS}" --srcdir $(srcdir)