From: Pavel Roskin Date: Fri, 24 Nov 2000 01:05:13 +0000 (+0000) Subject: * pr87.test: Prevent automake from looking into .. and ../.. X-Git-Tag: Release-1-4b~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ad45194ff3487b131981574922580018c45ee2;p=thirdparty%2Fautomake.git * pr87.test: Prevent automake from looking into .. and ../.. by using AC_CONFIG_AUX_DIR(.) in configure.in. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 0fa782a2a..39340eac6 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2000-11-23 Pavel Roskin + + * pr87.test: Prevent automake from looking into .. and ../.. + by using AC_CONFIG_AUX_DIR(.) in configure.in. + 2000-11-23 Tom Tromey * pr87.test: New file. From PR automake/87. diff --git a/tests/pr87.test b/tests/pr87.test index 0dd3036d7..0fa892a87 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -20,6 +20,7 @@ done echo "SUBDIRS = $subdirs" > Makefile.am cat >configure.in <