changeset 5358:e3d296179cc6

(func_emit_lib_Makefile_am): Fix typo: a $ was missing. Problem reported by James Youngman.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Oct 2004 17:50:25 +0000
parents 8bce169f70cc
children b120c912c283
files gnulib-tool
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2004-10-15 22:57:10 $'
+cvsdatestamp='$Date: 2004-10-17 17:50:25 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -457,7 +457,7 @@
       {
         func_get_automake_snippet "$module" | sed -e "s,lib_SOURCES,${libname}_${libext}_SOURCES,g" -e "s,lib_OBJECTS,${libname}_${libext}_OBJECTS,g"
         if test "$module" = 'alloca'; then
-          echo "${libname}_${libext}_LIBADD += @{perhapsLT}ALLOCA@"
+          echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
         fi
       } > amsnippet.tmp
       # Skip the contents if its entirely empty.