diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2002-06-10 09:39:14 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2002-06-10 09:39:14 +0000 |
commit | 94beb857d966abaa02bf7e60b5e0bab5b24a7245 (patch) | |
tree | 8dc1f1a62c90f6ceee9438455cf13a9baa610510 /tests/defs | |
parent | 7ad201bb30517298f74e082df932d6d584d08560 (diff) | |
download | automake-94beb857d966abaa02bf7e60b5e0bab5b24a7245.tar.gz |
* tests/defs (ACLOCAL, AUTOMAKE): Use absolute paths.
* tests/subpkg.test: New file.
* tests/Makefile.am (TESTS): Add subpkg.test.
Diffstat (limited to 'tests/defs')
-rw-r--r-- | tests/defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/defs b/tests/defs index 4fb17c766..c02a41c28 100644 --- a/tests/defs +++ b/tests/defs @@ -93,7 +93,7 @@ echo "=== Running test $0" if test -z "$AUTOMAKE"; then perllibdir=$srcdir/../lib export perllibdir - AUTOMAKE="$PERL ../../automake --libdir=$srcdir/../lib --foreign --Werror" + AUTOMAKE="$PERL `pwd`/../../automake --libdir=$srcdir/../lib --foreign --Werror" fi # See how aclocal should be run. @@ -103,7 +103,7 @@ if test -z "$ACLOCAL"; then # Most of the files are in $srcdir/../m4. However amversion.m4 is # generated in ../m4, so we include that directory in the search # path too. - ACLOCAL="$PERL ../../aclocal -I `pwd`/../../m4 --acdir=$srcdir/../m4" + ACLOCAL="$PERL `pwd`/../../aclocal -I `pwd`/../../m4 --acdir=$srcdir/../m4" fi # We might need extra macros, e.g., from Libtool or Gettext. |