From: Pavel Roskin Date: Tue, 27 Feb 2001 16:10:33 +0000 (+0000) Subject: * tests/yaccvpath.test: Prevent automake from looking into .. X-Git-Tag: handle-languages~205 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e1194263e986aa72627c90d5cd10320d26e09940;p=automake.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 cb51d1a6..402bf4a9 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 a952db74..f2fe93e6 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