diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-15 16:33:58 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-15 16:33:58 +0000 |
commit | b0df5b1cd0199e4174cf9aa8ebdc3f775396055d (patch) | |
tree | 933732c002ef9a0eb82654ec3621fb0370ec7d86 /Build | |
parent | 7334c50931e9be0b5f4573cf345e957d6e8e356e (diff) |
Autoreconf
git-svn-id: svn://tug.org/texlive/trunk@29121 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/xdvipdfmx/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/texk/xdvipdfmx/aclocal.m4 | 1 | ||||
-rw-r--r-- | Build/source/texk/xdvipdfmx/config.h.in | 6 | ||||
-rwxr-xr-x | Build/source/texk/xdvipdfmx/configure | 61 | ||||
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/Makefile.in | 2 |
5 files changed, 0 insertions, 71 deletions
diff --git a/Build/source/texk/xdvipdfmx/Makefile.in b/Build/source/texk/xdvipdfmx/Makefile.in index 8d5b670c1c0..2275129ea8e 100644 --- a/Build/source/texk/xdvipdfmx/Makefile.in +++ b/Build/source/texk/xdvipdfmx/Makefile.in @@ -69,7 +69,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/cho-libs.m4 \ $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \ $(top_srcdir)/../../m4/kpse-libpng-flags.m4 \ $(top_srcdir)/../../m4/kpse-lt-hack.m4 \ - $(top_srcdir)/../../m4/kpse-macos-framework.m4 \ $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../../m4/libtool.m4 \ diff --git a/Build/source/texk/xdvipdfmx/aclocal.m4 b/Build/source/texk/xdvipdfmx/aclocal.m4 index 5fda73753b6..786b79372b0 100644 --- a/Build/source/texk/xdvipdfmx/aclocal.m4 +++ b/Build/source/texk/xdvipdfmx/aclocal.m4 @@ -1041,7 +1041,6 @@ m4_include([../../m4/kpse-freetype2-flags.m4]) m4_include([../../m4/kpse-kpathsea-flags.m4]) m4_include([../../m4/kpse-libpng-flags.m4]) m4_include([../../m4/kpse-lt-hack.m4]) -m4_include([../../m4/kpse-macos-framework.m4]) m4_include([../../m4/kpse-warnings.m4]) m4_include([../../m4/kpse-zlib-flags.m4]) m4_include([../../m4/libtool.m4]) diff --git a/Build/source/texk/xdvipdfmx/config.h.in b/Build/source/texk/xdvipdfmx/config.h.in index 89e5128c112..bdd37ae5c2d 100644 --- a/Build/source/texk/xdvipdfmx/config.h.in +++ b/Build/source/texk/xdvipdfmx/config.h.in @@ -6,9 +6,6 @@ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID -/* Define to 1 if you have the Mac OS X ApplicationServices framework. */ -#undef HAVE_APPLICATIONSERVICES - /* Define to 1 if you have the <assert.h> header file. */ #undef HAVE_ASSERT_H @@ -250,9 +247,6 @@ /* Define if part of a TeX Live build. */ #undef XETEX -/* Define if part of a TeX Live build for Mac OS X. */ -#undef XETEX_MAC - /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 diff --git a/Build/source/texk/xdvipdfmx/configure b/Build/source/texk/xdvipdfmx/configure index df1c22ca93c..a001f60e162 100755 --- a/Build/source/texk/xdvipdfmx/configure +++ b/Build/source/texk/xdvipdfmx/configure @@ -635,8 +635,6 @@ ac_includes_default="\ ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS -build_MacOsX_FALSE -build_MacOsX_TRUE build_FALSE build_TRUE FREETYPE2_RULE @@ -15844,57 +15842,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi can_build=yes -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS X ApplicationServices framework" >&5 -$as_echo_n "checking for Mac OS X ApplicationServices framework... " >&6; } -if ${kpse_cv_have_ApplicationServices+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include <ApplicationServices/ApplicationServices.h> -int -main () -{ -ATSFontRef fontRef - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - kpse_cv_have_ApplicationServices=yes -else - kpse_cv_have_ApplicationServices=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_ApplicationServices" >&5 -$as_echo "$kpse_cv_have_ApplicationServices" >&6; } -if test "x$kpse_cv_have_ApplicationServices" = xyes; then : - -$as_echo "#define HAVE_APPLICATIONSERVICES 1" >>confdefs.h - -fi - -if test "x$kpse_cv_have_ApplicationServices" = xyes; then - -$as_echo "#define XETEX_MAC 1" >>confdefs.h - -fi - if test "x$can_build" = xyes; then $as_echo "#define XETEX 1" >>confdefs.h -else - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ApplicationServices framework not found. This version of -xdvipdfmx requires ApplicationServices (on Mac OS X) to be available, otherwise -it cannot support XeTeX output using standard system-installed fonts." >&5 -$as_echo "$as_me: WARNING: ApplicationServices framework not found. This version of -xdvipdfmx requires ApplicationServices (on Mac OS X) to be available, otherwise -it cannot support XeTeX output using standard system-installed fonts." >&2;} - if test "x$enable_build" != xno; then - as_fn_error $? "exiting" "$LINENO" 5 - fi fi if test "x$can_build" = xyes; then build_TRUE= @@ -15904,14 +15855,6 @@ else build_FALSE= fi - if test "x$kpse_cv_have_ApplicationServices" = xyes; then - build_MacOsX_TRUE= - build_MacOsX_FALSE='#' -else - build_MacOsX_TRUE='#' - build_MacOsX_FALSE= -fi - ac_config_files="$ac_config_files Makefile src/Makefile" @@ -16058,10 +16001,6 @@ if test -z "${build_TRUE}" && test -z "${build_FALSE}"; then as_fn_error $? "conditional \"build\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${build_MacOsX_TRUE}" && test -z "${build_MacOsX_FALSE}"; then - as_fn_error $? "conditional \"build_MacOsX\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 diff --git a/Build/source/texk/xdvipdfmx/src/Makefile.in b/Build/source/texk/xdvipdfmx/src/Makefile.in index f119452744a..52b87e3f67c 100644 --- a/Build/source/texk/xdvipdfmx/src/Makefile.in +++ b/Build/source/texk/xdvipdfmx/src/Makefile.in @@ -61,7 +61,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../../m4/cho-libs.m4 \ $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \ $(top_srcdir)/../../m4/kpse-libpng-flags.m4 \ $(top_srcdir)/../../m4/kpse-lt-hack.m4 \ - $(top_srcdir)/../../m4/kpse-macos-framework.m4 \ $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../../m4/libtool.m4 \ @@ -329,7 +328,6 @@ xdvipdfmx_SOURCES = \ xdvipdfmx_DEPENDENCIES = $(ZLIB_DEPEND) $(LIBPNG_DEPEND) $(LIBPNG_FREETYPE2) $(KPATHSEA_DEPEND) LDADD = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(LIBPNG_LIBS) $(ZLIB_LIBS) -@build_MacOsX_TRUE@AM_LDFLAGS = -framework ApplicationServices all: all-am .SUFFIXES: |