From: Pavel Roskin Date: Tue, 27 Feb 2001 16:10:37 +0000 (+0000) Subject: * tests/yaccvpath.test: Prevent automake from looking into .. X-Git-Tag: handle-languages~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135a1278664011254f53660d71f3a296e5a77bb9;p=thirdparty%2Fautomake.git * tests/yaccvpath.test: Prevent automake from looking into .. and ../.. by using AC_CONFIG_AUX_DIR in configure.in. --- diff --git a/ChangeLog b/ChangeLog index cb51d1a6c..402bf4a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-27 Pavel Roskin + + * tests/yaccvpath.test: Prevent automake from looking into .. + and ../.. by using AC_CONFIG_AUX_DIR in configure.in. + 2001-02-27 Akim Demaille * automake.in (%exec_dir_p): Pulled out from... diff --git a/tests/yaccvpath.test b/tests/yaccvpath.test index a952db74a..f2fe93e64 100755 --- a/tests/yaccvpath.test +++ b/tests/yaccvpath.test @@ -9,6 +9,7 @@ cat > configure.in << 'END' AC_INIT +AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE(foo, 0.1) PACKAGE=foo VERSION=0.1