Mercurial > emacs
comparison configure @ 90169:2502e55a3570
Re-generated.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 May 2005 12:17:00 +0000 |
parents | 08185296b491 |
children | f042e7c0fe20 |
comparison
equal
deleted
inserted
replaced
90168:60394801794e | 90169:2502e55a3570 |
---|---|
23341 sed -e '/start of cpp stuff/q' \ | 23341 sed -e '/start of cpp stuff/q' \ |
23342 < Makefile.c > junk1.c | 23342 < Makefile.c > junk1.c |
23343 sed -e '1,/start of cpp stuff/d'\ | 23343 sed -e '1,/start of cpp stuff/d'\ |
23344 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ | 23344 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ |
23345 < Makefile.c > junk.c | 23345 < Makefile.c > junk.c |
23346 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then | |
23347 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA" | |
23348 fi | |
23346 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ | 23349 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ |
23347 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | 23350 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c |
23348 cat junk1.c junk2.c > Makefile.new | 23351 cat junk1.c junk2.c > Makefile.new |
23349 rm -f junk.c junk1.c junk2.c | 23352 rm -f junk.c junk1.c junk2.c |
23350 chmod 444 Makefile.new | 23353 chmod 444 Makefile.new |