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
commit7a9c8ca90855fe5918de0b734f8629d64ada54fe (patch)
treec2403ed41120e269bc9c1d00339b22bdc7e1c354 /configure
parent6546847e2951137f28692d82a3cf7343a4e02546 (diff)
downloademacs-7a9c8ca90855fe5918de0b734f8629d64ada54fe.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