Avoid an automake error regarding the 'gettext' module.
authorBruno Haible <bruno@clisp.org>
Tue, 10 Jan 2006 13:37:12 +0000 (13:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 10 Jan 2006 13:37:12 +0000 (13:37 +0000)
ChangeLog
gnulib-tool

index aad421bf26202e9b493bd24d7f93f0b8261d084d..c62cb38deaa5de08a0ece1ef4515ac98f27cbf40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-07  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
+       variable.
+       Needed to avoid an automake error regarding the 'gettext' module.
+
 2006-01-07  Bruno Haible  <bruno@clisp.org>
 
        * modules/gettext (configure.ac): Add an invocation of
index 9aaa1b15ff4fde53ceb4adc9268e01f1b42a65dd..bd54a2ae45ca6d78e27c78d0bfd67687d361d913 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-01-09 13:27:12 $'
+cvsdatestamp='$Date: 2006-01-10 13:37:12 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -748,6 +748,10 @@ func_emit_tests_Makefile_am ()
   echo
   echo "ACLOCAL_AMFLAGS = -I ${testsbase_inverse}/${m4base}"
   echo
+  # Nothing is being added to SUBDIRS; nevertheless the existence of this
+  # variable is needed to avoid an error from automake:
+  #   "AM_GNU_GETTEXT used but SUBDIRS not defined"
+  echo "SUBDIRS ="
   echo "TESTS ="
   echo "TESTS_ENVIRONMENT ="
   echo "noinst_PROGRAMS ="