2004-12-14 Stepan Kasal * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command. Index: gnulib-tool =================================================================== RCS file: /cvsroot/gnulib/gnulib/gnulib-tool,v retrieving revision 1.36 diff -u -r1.36 gnulib-tool --- gnulib-tool 17 Oct 2004 17:50:25 -0000 1.36 +++ gnulib-tool 14 Dec 2004 12:15:21 -0000 @@ -455,7 +455,8 @@ func_verify_module if test -n "$module"; then { - func_get_automake_snippet "$module" | sed -e "s,lib_SOURCES,${libname}_${libext}_SOURCES,g" -e "s,lib_OBJECTS,${libname}_${libext}_OBJECTS,g" + func_get_automake_snippet "$module" | \ + sed -e 's,lib_\(SOURCES\|OBJECTS\|LIBADD\),'"${libname}_${libext}"'_\1,g' if test "$module" = 'alloca'; then echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@" fi