From: Tom Tromey Date: Mon, 23 Jul 2001 01:01:53 +0000 (+0000) Subject: * tests/Makefile.am (TESTS): Added auxdir2.test. X-Git-Tag: Release-1-4j~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35158ae15bc85bb0853630f365292bb17abe818b;p=thirdparty%2Fautomake.git * tests/Makefile.am (TESTS): Added auxdir2.test. (XFAIL_TESTS): Likewise. * tests/auxdir2.test: New file. --- diff --git a/ChangeLog b/ChangeLog index 325c20fd0..32d77028d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-07-22 Tom Tromey + * tests/Makefile.am (TESTS): Added auxdir2.test. + (XFAIL_TESTS): Likewise. + * tests/auxdir2.test: New file. + * tests/Makefile.am (XFAIL_TESTS): Removed substtarg.test. * automake.in (TARGET_PATTERN): Add `@' as allowable character. diff --git a/tests/Makefile.am b/tests/Makefile.am index ddf5d63c7..6a3fda503 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -XFAIL_TESTS = subdir5.test +XFAIL_TESTS = subdir5.test auxdir2.test TESTS = \ acinclude.test \ @@ -25,6 +25,7 @@ ansi4.test \ ansi5.test \ asm.test \ auxdir.test \ +auxdir2.test \ backsl.test \ backsl2.test \ badline.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 7c5a59ec9..a2e7cd523 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -66,7 +66,7 @@ _am_include = @_am_include@ _am_quote = @_am_quote@ install_sh = @install_sh@ -XFAIL_TESTS = subdir5.test +XFAIL_TESTS = subdir5.test auxdir2.test TESTS = \ acinclude.test \ @@ -91,6 +91,7 @@ ansi4.test \ ansi5.test \ asm.test \ auxdir.test \ +auxdir2.test \ backsl.test \ backsl2.test \ badline.test \ diff --git a/tests/auxdir2.test b/tests/auxdir2.test new file mode 100755 index 000000000..1251fbe7a --- /dev/null +++ b/tests/auxdir2.test @@ -0,0 +1,15 @@ +#! /bin/sh + +# It should be possible to use a computed auxdir. This might seem +# bizarre, but it is actually used in multilib builds. + +. $srcdir/defs || exit 1 + +# The "./." is here so we don't have to mess with subdirs. +cat >> configure.in << 'END' +AC_CONFIG_AUX_DIR($foo) +END + +: > Makefile.am + +$AUTOMAKE