From e28dee8c574fbee4c89e014b1090106504b99d0f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 23 Jul 2001 01:01:53 +0000 Subject: [PATCH] * tests/Makefile.am (TESTS): Added auxdir2.test. (XFAIL_TESTS): Likewise. * tests/auxdir2.test: New file. --- ChangeLog | 4 ++++ tests/Makefile.am | 3 ++- tests/Makefile.in | 3 ++- tests/auxdir2.test | 15 +++++++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100755 tests/auxdir2.test diff --git a/ChangeLog b/ChangeLog index 325c20fd..32d77028 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 ddf5d63c..6a3fda50 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 7c5a59ec..a2e7cd52 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 00000000..1251fbe7 --- /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 -- 2.43.5