From: Tom Tromey Date: Sun, 19 Mar 2000 23:38:10 +0000 (+0000) Subject: * libobj2.test: Put depcomp into subdir. X-Git-Tag: Release-1-4b~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ad7e39db95d0d2865955562c39e744aef15cf4;p=thirdparty%2Fautomake.git * libobj2.test: Put depcomp into subdir. * confsub.test: Put depcomp into subdir. * defs: Always copy `depcomp'. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index b6727a844..cceafa3b5 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@ 2000-03-19 Tom Tromey + * libobj2.test: Put depcomp into subdir. + * confsub.test: Put depcomp into subdir. + * defs: Always copy `depcomp'. + * defs: Correctly create `depcomp'. * nodepcomp.test: Remove depcomp. diff --git a/tests/confsub.test b/tests/confsub.test index 1b4b5a298..73a4f04d1 100755 --- a/tests/confsub.test +++ b/tests/confsub.test @@ -27,6 +27,8 @@ END : > subdir/config.h.in +mv depcomp subdir + $AUTOMAKE || exit 1 # Make sure subdir Makefile.in doesn't itself look in the subdir. diff --git a/tests/defs b/tests/defs index e04150b71..4a6824db8 100644 --- a/tests/defs +++ b/tests/defs @@ -40,9 +40,7 @@ END : > mkinstalldirs : > missing -(cd .. - ln -s $srcdir/../depcomp testSubDir/depcomp 2> /dev/null || - cp $srcdir/../depcomp testSubDir/depcomp) || exit 1 +(cd .. && cp $srcdir/../depcomp testSubDir/depcomp) || exit 1 # See how redirections should work. User can set VERBOSE to see all # output. diff --git a/tests/libobj2.test b/tests/libobj2.test index c0ec72bf9..e38abd66b 100755 --- a/tests/libobj2.test +++ b/tests/libobj2.test @@ -28,6 +28,8 @@ END : > subdir/fsusage.c +mv depcomp subdir + $AUTOMAKE || exit 1 grep 'fsusage\.c' subdir/Makefile.in