changeset 10067:40a8c0b4f5e0

Oops, fix small mistake in last commit.
author Bruno Haible <bruno@clisp.org>
date Wed, 14 May 2008 04:09:49 +0200
parents 9a2a9c43db65
children c7189e3f4fa9
files gnulib-tool
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2067,7 +2067,7 @@
   # The check is performed only when autoconf is run from the directory where
   # the configure.ac resides; if it is run from a different directory, the
   # check is skipped.
-  echo "  m4_ifval([${macro_prefix_arg}_LIBSOURCES_LIST], ["
+  echo "  m4_ifval(${macro_prefix_arg}_LIBSOURCES_LIST, ["
   echo "    m4_syscmd([test ! -d ]${macro_prefix_arg}_LIBSOURCES_DIR[ ||"
   echo "      for gl_file in ]${macro_prefix_arg}_LIBSOURCES_LIST[ ; do"
   echo "        if test ! -r ]${macro_prefix_arg}_LIBSOURCES_DIR[/\$gl_file ; then"