summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-19 00:43:06 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-19 00:43:06 +0000
commit84ad7f5a653358fae3adee6405c14d440ddf7ba2 (patch)
treefc611d2085a67f483ff8b39f90e1a6bc4e05ff63 /configure1.in
parentcf27f3ffa46a7a926e0197788421bb22099f61c8 (diff)
downloademacs-84ad7f5a653358fae3adee6405c14d440ddf7ba2.tar.gz
(src/Makefile, lib-src/Makefile): Delete ^L. Fix definition of $undefs.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure1.in b/configure1.in
index b8fa83ec2a9..b9987e59cf6 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1577,10 +1577,9 @@ changequote(,)dnl The horror, the horror.
# the C preprocessor to some helpful value like 1, or maybe the empty
# string. Needless to say consequent macro substitutions are less
# than conducive to the makefile finding the correct directory.
-undefs="`echo $top_srcdir $configuration |
-sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/ */ -U/g' \
- -e 's/ -U$//' -e 's/^[^ ]/-U/' \
- -e 's/-U[0-9][^ ]*//g' \
+undefs="`echo $top_srcdir $configuration |
+sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
+ -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
`"
changequote([,])dnl
@@ -1591,7 +1590,7 @@ echo creating lib-src/Makefile
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
< Makefile.in > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c |
- sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > Makefile.new
+ sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > Makefile.new
rm -f junk.c
chmod 444 Makefile.new;
mv -f Makefile.new Makefile;
@@ -1604,7 +1603,7 @@ echo creating src/Makefile
-e 's@/\*\*/#\(.*\)$@/* \1 */@' \
< Makefile.in > junk.c
$CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c |
- sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > Makefile.new
+ sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > Makefile.new
rm -f junk.c
chmod 444 Makefile.new;
mv -f Makefile.new Makefile;