Distribute allocsa.valgrind.
[gnulib.git] / gnulib-tool
index a07442d..2d992bc 100755 (executable)
@@ -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_emit_lib_Makefile_am ()
       {
         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.