diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2004-02-07 13:45:32 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2004-02-07 13:45:32 +0000 |
commit | 58393a7d84f33b7f23a0cfea8550c47a6601b77f (patch) | |
tree | ece8bf2c260dd9ce86a11e52810b2c2bb79dcbd1 /lib/Automake/tests | |
parent | c4d8bfbf9c67f272596ad2ec6db148c6cbed134a (diff) | |
download | automake-58393a7d84f33b7f23a0cfea8550c47a6601b77f.tar.gz |
* aclocal.in (rel2abs): New function.
(scan_configure_dep): Use rel2abs instead of File::Spec->rel2abs,
the later does was introduced in Perl 5.6 so using it breaks with
Perl 5.005.
Report from Werner John.
Diffstat (limited to 'lib/Automake/tests')
-rw-r--r-- | lib/Automake/tests/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in index 8ee4f084f..d41b55b51 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -64,6 +64,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ FGREP = @FGREP@ +GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ |