so ':' should not be used as the sed delimiter. Use '*' instead
since it is very unlikely to appear in a path.
+2004-10-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+
+ * config/getopt.m4sh: Under MinGW, reported paths may include ':'
+ so ':' should not be used as the sed delimiter. Use '*' instead
+ since it is very unlikely to appear in a path.
+
2004-10-10 Albert Chin-A-Young <china@thewrittenword.com>
* config/ltmain.m4sh: Don't require versions of GNU sed newer than
{
$SED '/^# Usage:/,/# Report bugs to/ {
s/^# //; s/^# *$//;
- s:\$progname:'$progname':;
- s:\$SHELL:'"$SHELL"':;
- s:\$LTCC:'"$LTCC"':;
- s:\$LTCFLAGS:'"$LTCFLAGS"':;
- s:\$LD:'"$LD"':;
+ s*\$progname*'$progname'*;
+ s*\$SHELL*'"$SHELL"'*;
+ s*\$LTCC*'"$LTCC"'*;
+ s*\$LTCFLAGS*'"$LTCFLAGS"'*;
+ s*\$LD*'"$LD"'*;
s/\$with_gnu_ld/'"$with_gnu_ld"'/;
s/\$automake_version/'"`automake --version 2>/dev/null |$SED 1q`"'/;
s/\$autoconf_version/'"`autoconf --version 2>/dev/null |$SED 1q`"'/;