summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-05-11 12:17:00 +0000
committerKenichi Handa <handa@m17n.org>2005-05-11 12:17:00 +0000
commitf36014a2bf15ab3ee5ee9da3f8dde6d97e4c8373 (patch)
tree12f20674d064b66eced847d76d130e00f4f465e2 /configure
parenta9b84515eda652c1c28664e6466ecb25cc7a9600 (diff)
downloademacs-f36014a2bf15ab3ee5ee9da3f8dde6d97e4c8373.tar.gz
Re-generated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 228bb144ac0..a260e19cf19 100755
--- a/configure
+++ b/configure
@@ -23343,6 +23343,9 @@ 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
+ 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