changeset 90169:2502e55a3570

Re-generated.
author Kenichi Handa <handa@m17n.org>
date Wed, 11 May 2005 12:17:00 +0000
parents 60394801794e
children eb21184cb8bc
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed May 11 12:16:42 2005 +0000
+++ b/configure	Wed May 11 12:17:00 2005 +0000
@@ -23343,6 +23343,9 @@
   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