From 0f7ddea538b4db24621222deb9938484ea0b9b87 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Dec 2007 12:06:35 +0100 Subject: [PATCH] Fix references to the build-aux directory in the generated tests/Makefile.am. --- ChangeLog | 5 +++++ gnulib-tool | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 2.11.0