comparison configure.in @ 93687:4a2fb96d5195

No longer create admin/unidata/Makefile.
author Andreas Schwab <schwab@suse.de>
date Sat, 05 Apr 2008 10:06:14 +0000
parents 87ea46f93e54
children 4bbc5d00d3eb
comparison
equal deleted inserted replaced
93686:661046481c02 93687:4a2fb96d5195
3114 sed -e '/start of cpp stuff/q' \ 3114 sed -e '/start of cpp stuff/q' \
3115 < Makefile.c > junk1.c 3115 < Makefile.c > junk1.c
3116 sed -e '1,/start of cpp stuff/d'\ 3116 sed -e '1,/start of cpp stuff/d'\
3117 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ 3117 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
3118 < Makefile.c > junk.c 3118 < Makefile.c > junk.c
3119 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
3120 echo creating ${srcdir}/admin/unidata/Makefile
3121 cp ${srcdir}/admin/unidata/Makefile.in ${srcdir}/admin/unidata/Makefile
3122 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
3123 fi
3124 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 3119 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
3125 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c 3120 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
3126 cat junk1.c junk2.c > Makefile.new 3121 cat junk1.c junk2.c > Makefile.new
3127 rm -f junk.c junk1.c junk2.c 3122 rm -f junk.c junk1.c junk2.c
3128 chmod 444 Makefile.new 3123 chmod 444 Makefile.new