summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-11 08:31:16 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-11 08:31:16 +0000
commit9a72e4c14b88be7510cda4a18daf58176585f80b (patch)
tree356d53a63c06f06da34ed3baa903866a656482ae /configure
parentac7b494762408c32905076611b2d0bca7b098d7f (diff)
downloademacs-9a72e4c14b88be7510cda4a18daf58176585f80b.tar.gz
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bd1b767b1f7..2cd1a40949e 100755
--- a/configure
+++ b/configure
@@ -9319,7 +9319,7 @@ echo creating lib-src/Makefile
sed -e '/start of cpp stuff/q' \
< Makefile.c > junk1.c
sed -e '1,/start of cpp stuff/d'\
- -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
+ -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
< Makefile.c > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
@@ -9335,7 +9335,7 @@ echo creating src/Makefile
sed -e '/start of cpp stuff/q' \
< Makefile.c > junk1.c
sed -e '1,/start of cpp stuff/d'\
- -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
+ -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
< Makefile.c > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c