]> code.delx.au - gnu-emacs/blobdiff - configure.in
(cp1125): Set :ascii-compatible-p property to t.
[gnu-emacs] / configure.in
index e4fa9db64534b48fa38f54deea99c31dfa59250f..5cb3f808688dcb0fdc72c43ab14d94854e0cc3bf 100644 (file)
@@ -3215,6 +3215,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 '/^[   \f]*$/d' > junk2.c
   cat junk1.c junk2.c > Makefile.new