aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2008-04-05 10:06:14 +0000
committerAndreas Schwab <[email protected]>2008-04-05 10:06:14 +0000
commit5d374ce1229f46a4630e492fee91ad23c9f0cb07 (patch)
treec051cf9ecb14e3985e207f648c14c5f260bb0b16 /configure.in
parent2e81bdd76cdd8d246b4a1cd78329559d16508833 (diff)
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 84398e1de0..8e46bf995a 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