diff options
author | Andreas Schwab <schwab@suse.de> | 2008-04-05 10:06:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-04-05 10:06:14 +0000 |
commit | 5d374ce1229f46a4630e492fee91ad23c9f0cb07 (patch) | |
tree | c051cf9ecb14e3985e207f648c14c5f260bb0b16 /configure.in | |
parent | 2e81bdd76cdd8d246b4a1cd78329559d16508833 (diff) | |
download | emacs-5d374ce1229f46a4630e492fee91ad23c9f0cb07.tar.gz emacs-5d374ce1229f46a4630e492fee91ad23c9f0cb07.tar.bz2 emacs-5d374ce1229f46a4630e492fee91ad23c9f0cb07.zip |
No longer create admin/unidata/Makefile.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 84398e1de03..8e46bf995af 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 |