From: Bruno Haible Date: Mon, 10 Dec 2007 11:06:35 +0000 (+0100) Subject: Fix references to the build-aux directory in the generated tests/Makefile.am. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7ddea538b4db24621222deb9938484ea0b9b87;p=pspp Fix references to the build-aux directory in the generated tests/Makefile.am. --- diff --git a/ChangeLog b/ChangeLog index 43f9d50352..f6366d0f2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-09 Bruno Haible + + * gnulib-tool (func_emit_tests_Makefile_am): Expand references to + the build-aux directory. + 2007-12-09 Bruno Haible * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code diff --git a/gnulib-tool b/gnulib-tool index b33a21a874..a2c38c362e 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1883,7 +1883,8 @@ func_emit_tests_Makefile_am () echo echo "LDADD = ${testsbase_inverse}/${sourcebase-lib}/${libname}.${libext}" echo - cat allsnippets.tmp + cat allsnippets.tmp \ + | sed -e 's|\$(top_srcdir)/build-aux/|$(top_srcdir)/'"$auxdir"'/|g' echo "# Clean up after Solaris cc." echo "clean-local:" echo " rm -rf SunWS_cache"