summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-08-20 14:46:29 +0000
committerAkim Demaille <akim@epita.fr>2001-08-20 14:46:29 +0000
commite901ead4963b9e3782981bcb22b99d30a6cf4a00 (patch)
treee1a4b2223db420e621deb7e58cab38052e87947a /configure.ac
parente2002fb0523deef31189a6a364e2d49716c8094b (diff)
downloadautoconf-e901ead4963b9e3782981bcb22b99d30a6cf4a00.tar.gz
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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