summaryrefslogtreecommitdiff
path: root/lib/autoconf/autotest.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-09-18 09:03:18 +0000
committerAkim Demaille <akim@epita.fr>2001-09-18 09:03:18 +0000
commit01bbecaa0a0596b170f8361a07de69022196adf3 (patch)
tree5c7e60f26cf9311a16bcbc411a83d8e6f75f9469 /lib/autoconf/autotest.m4
parent72c26bb441721f941795ce93f8d93e246834a45f (diff)
downloadautoconf-01bbecaa0a0596b170f8361a07de69022196adf3.tar.gz
* lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
the AC_CONFIG_COMMANDS invocation. This also solves the name clash problems. Don't set the package's ID. * lib/m4sugar/Makefile.am (version.m4): Revamp. No longer to be shipped. (version.in): Remove. * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4, * lib/autoconf/status.m4: Adjust. Use `m4_PACKAGE_STRING'. * lib/autotest/general.m4 (AT_INIT): N-th signature change: now the only optional argument is the name of the test suite. Expect `package.m4' to define the package signature. * lib/autom4te.in (Autotest): Add `package.m4?'. * tests/Makefile.am (package.m4): New. * tests/suite.at: ifnames is a victim.
Diffstat (limited to 'lib/autoconf/autotest.m4')
-rw-r--r--lib/autoconf/autotest.m416
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/autoconf/autotest.m4 b/lib/autoconf/autotest.m4
index 085fe520..22fda540 100644
--- a/lib/autoconf/autotest.m4
+++ b/lib/autoconf/autotest.m4
@@ -61,17 +61,12 @@
AC_DEFUN([AC_CONFIG_TESTDIR],
[AC_CONFIG_COMMANDS([$1/atconfig],
[# Do not use _ACEOF as we are being dumped into config.status via
-# an _ACEOF-heredoe.
+# an _ACEOF-heredoc.
cat >$1/atconfig <<ATEOF
@%:@ Configurable variable values for building test suites.
@%:@ Generated by $[0]
@%:@ Copyright 2000, 2001 Free Software Foundation, Inc.
-at_package_name='$at_package_name'
-at_package_version='$at_package_version'
-at_package_string='$at_package_string'
-at_bugreport='$at_bugreport'
-
at_testdir='$1'
srcdir='$ac_srcdir'
top_srcdir='$ac_top_srcdir'
@@ -79,15 +74,8 @@ top_builddir='$ac_top_builddir'
AUTOTEST_PATH='m4_default([$2], [$1])'
-SHELL=\${CONFIG_SHELL-'$at_shell'}
+SHELL=\${CONFIG_SHELL-'$SHELL'}
ATEOF
-],
-[at_package_name='$PACKAGE_NAME'
-at_package_version='$PACKAGE_VERSION'
-at_package_string='$PACKAGE_STRING'
-at_bugreport='$PACKAGE_BUGREPORT'
-
-at_shell='$SHELL'
])
if test -f $srcdir/$1/atlocal.in; then