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-Tag: v0.1~7936 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0f7ddea538b4db24621222deb9938484ea0b9b87;p=gnulib.git Fix references to the build-aux directory in the generated tests/Makefile.am. --- diff --git a/ChangeLog b/ChangeLog index 43f9d5035..f6366d0f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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 introduced on 2006-09-09. diff --git a/gnulib-tool b/gnulib-tool index b33a21a87..a2c38c362 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"