diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-04 12:56:28 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-04 12:56:28 +0200 |
commit | 738835a65bc8afa60fd2b3df4c98bd0f8020018f (patch) | |
tree | 54065f5c580c68b89b158d46c1c1bd80961c14b6 /test | |
parent | 6d63bb4d7df65d29f5c8a2662fbad8044e78e03b (diff) | |
download | egawk-738835a65bc8afa60fd2b3df4c98bd0f8020018f.tar.gz egawk-738835a65bc8afa60fd2b3df4c98bd0f8020018f.tar.bz2 egawk-738835a65bc8afa60fd2b3df4c98bd0f8020018f.zip |
Update to autoconf 1.12.4.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index cc8091a0..e60c1c6e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.12.3 from Makefile.am. +# Makefile.in generated by automake 1.12.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. @@ -1370,7 +1370,7 @@ machine-tests: $(MACHINE_TESTS) mpfr-tests: $(MPFR_TESTS) shlib-tests: - @if grep 'DYNAMIC 1' $(top_srcdir)/config.h > /dev/null ; then \ + @if grep 'DYNAMIC 1' $(top_builddir)/config.h > /dev/null ; then \ $(MAKE) shlib-real-tests ; \ else echo shlib tests not supported on this system ; \ fi @@ -1880,7 +1880,7 @@ beginfile1:: beginfile2: @echo $@ - @-( cd $(srcdir) && LC_ALL=C AWK="$(abs_builddir)/$(AWKPROG)" $(srcdir)/$@.sh $(srcdir)/$@.in ) > _$@ 2>&1 + @-( cd $(srcdir) && LC_ALL=C AWK="$(abs_builddir)/$(AWKPROG)" $(abs_srcdir)/$@.sh $(abs_srcdir)/$@.in ) > _$@ 2>&1 @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ dumpvars:: |