From e901ead4963b9e3782981bcb22b99d30a6cf4a00 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 20 Aug 2001 14:46:29 +0000 Subject: * lib/autotest/general.m4 (AT_INIT): Compute top_builddir, top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir. Load atlocal late enough to dump it in the log. * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3e4f1ad9..e41b8893 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE(autoconf, 2.52c) # Initialize the test suite. -AT_CONFIG(tests, ../bin) +AT_CONFIG(tests, bin) AC_PATH_PROG(EXPR, expr) # We use a path for GNU m4 so even if users have another m4 first in -- cgit v1.2.1