comparison configure @ 91463:7ea128029a41

configure.in: If admin/unidata/UnicodeData.txt is present, copy admin/unidata/Makefile.in to Makefile. configure: Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Feb 2008 15:49:10 +0000
parents c30ad5eb44dc
children e086fbb9f3a1
comparison
equal deleted inserted replaced
91462:03f6b152da24 91463:7ea128029a41
12774 LIBS="$OLD_LIBS" 12774 LIBS="$OLD_LIBS"
12775 fi 12775 fi
12776 fi 12776 fi
12777 fi 12777 fi
12778 fi 12778 fi
12779 if test "$HAVE_XFT" != "yes"; then
12780 HAVE_XFT=no
12781 fi
12782
12779 12783
12780 HAVE_FREETYPE=no 12784 HAVE_FREETYPE=no
12781 ### Use -lfreetype if available, unless `--with-freetype=no'. 12785 ### Use -lfreetype if available, unless `--with-freetype=no'.
12782 if test "${HAVE_XFT}" = "yes"; then 12786 if test "${HAVE_XFT}" = "yes"; then
12783 HAVE_FREETYPE=yes 12787 HAVE_FREETYPE=yes
23951 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name" 23955 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
23952 echo " Does Emacs use -lpng? ${HAVE_PNG}" 23956 echo " Does Emacs use -lpng? ${HAVE_PNG}"
23953 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}" 23957 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
23954 echo " Does Emacs use -lgpm? ${HAVE_GPM}" 23958 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
23955 echo " Does Emacs use -ldbus? ${HAVE_DBUS}" 23959 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
23960 echo " Does Emacs use a font backend? ${USE_FONT_BACKEND}"
23961
23962 if test "${USE_FONT_BACKEND}" = "yes"; then
23963 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
23964 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
23965 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
23966 echo " Does Emacs use -lxft? ${HAVE_XFT}"
23967 fi
23956 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 23968 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
23957 echo 23969 echo
23958 23970
23959 if test $USE_XASSERTS = yes; then 23971 if test $USE_XASSERTS = yes; then
23960 echo " Compiling with asserts turned on." 23972 echo " Compiling with asserts turned on."
25276 < Makefile.c > junk1.c 25288 < Makefile.c > junk1.c
25277 sed -e '1,/start of cpp stuff/d'\ 25289 sed -e '1,/start of cpp stuff/d'\
25278 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ 25290 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
25279 < Makefile.c > junk.c 25291 < Makefile.c > junk.c
25280 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then 25292 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
25293 echo creating ${srcdir}/admin/unidata/Makefile
25294 cp ${srcdir}/admin/unidata/Makefile.in ${srcdir}/admin/unidata/Makefile
25281 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA" 25295 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
25282 fi 25296 fi
25283 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ 25297 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
25284 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c 25298 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
25285 cat junk1.c junk2.c > Makefile.new 25299 cat junk1.c junk2.c > Makefile.new