From: Bruno Haible Date: Wed, 14 May 2008 02:09:49 +0000 (+0200) Subject: Oops, fix small mistake in last commit. X-Git-Tag: v0.1~7403 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=9098fb40dd5020ab216d9b761991a10ed51bd850;p=gnulib.git Oops, fix small mistake in last commit. --- diff --git a/gnulib-tool b/gnulib-tool index ecba67e81..65de98084 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2067,7 +2067,7 @@ func_emit_initmacro_end () # 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"