summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-04-05 10:06:14 +0000
committerAndreas Schwab <schwab@suse.de>2008-04-05 10:06:14 +0000
commit66c9e1873a675e56d2db0e1015981fe0dc0e65e7 (patch)
tree95acb4abf1ad2cc6f13268df5a429922de4ab779 /configure.in
parentab21d33da8325d1ed69f6e8cc8e71198b59554ac (diff)
downloademacs-66c9e1873a675e56d2db0e1015981fe0dc0e65e7.tar.gz
No longer create admin/unidata/Makefile.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 84398e1de03..8e46bf995af 100644
--- a/configure.in
+++ b/configure.in
@@ -3116,11 +3116,6 @@ echo creating src/Makefile
sed -e '1,/start of cpp stuff/d'\
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
< Makefile.c > junk.c
- if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
- echo creating ${srcdir}/admin/unidata/Makefile
- cp ${srcdir}/admin/unidata/Makefile.in ${srcdir}/admin/unidata/Makefile
- CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
- fi
$CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
cat junk1.c junk2.c > Makefile.new