From 2ee27f27757302bf773ec17b6b6aae00ce751b41 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Feb 2008 15:49:46 +0000 Subject: configure.in: If admin/unidata/UnicodeData.txt is present, copy admin/unidata/Makefile.in to Makefile. configure: Regenerated. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9476b5fb93..c0e5a77dd3 100644 --- a/configure.in +++ b/configure.in @@ -3192,6 +3192,8 @@ echo creating src/Makefile -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 | \ -- cgit v1.2.3