summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-19 16:04:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-19 16:04:18 +0000
commit99566ea0f91169641232fc4cc334f64ee0a0ec3b (patch)
tree83325cda83e8d4cb8c2ba6332e6d5927979f7c35 /Build/source/texk/dvipng
parent2e6f02230d397b4ecc76c33f6871d2ffa42a38ae (diff)
build system: correction of dependencies
git-svn-id: svn://tug.org/texlive/trunk@16786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng')
-rw-r--r--Build/source/texk/dvipng/ChangeLog4
-rw-r--r--Build/source/texk/dvipng/Makefile.am5
-rw-r--r--Build/source/texk/dvipng/Makefile.in3
-rwxr-xr-xBuild/source/texk/dvipng/configure79
-rw-r--r--Build/source/texk/dvipng/configure.ac35
5 files changed, 83 insertions, 43 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog b/Build/source/texk/dvipng/ChangeLog
index d8e0396c9a9..61dd8aacf7b 100644
--- a/Build/source/texk/dvipng/ChangeLog
+++ b/Build/source/texk/dvipng/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am, configure.ac: Rearrange for 'on demand' build.
+
2009-11-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, configure.ac: Proxy build system for TeX Live,
diff --git a/Build/source/texk/dvipng/Makefile.am b/Build/source/texk/dvipng/Makefile.am
index 433264f432e..e36a4a43340 100644
--- a/Build/source/texk/dvipng/Makefile.am
+++ b/Build/source/texk/dvipng/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/dvipng/
##
-## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
#************************************************************************
@@ -83,10 +83,11 @@ $(dvipng_OBJECTS): config.force
config.force: $(dvipng_dependencies)
echo timestamp >config.force
$(SHELL) ./config.status --recheck
+ $(SHELL) ./config.status Makefile config.h
DISTCLEANFILES = config.force
-LDADD = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(GD_LIBS)
+LDADD = $(KPATHSEA_LIBS) $(GD_LIBS) $(FREETYPE2_LIBS)
LDADD += $(T1LIB_LIBS) $(LIBPNG_LIBS) $(ZLIB_LIBS)
## Rebuild libkpathsea
diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in
index 15932451fe6..2002436a538 100644
--- a/Build/source/texk/dvipng/Makefile.in
+++ b/Build/source/texk/dvipng/Makefile.in
@@ -340,7 +340,7 @@ dvipng_dependencies = $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) \
$(LIBPNG_DEPEND) $(T1LIB_DEPEND) $(FREETYPE2_DEPEND) \
$(GD_DEPEND)
DISTCLEANFILES = config.force
-LDADD = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(GD_LIBS) $(T1LIB_LIBS) \
+LDADD = $(KPATHSEA_LIBS) $(GD_LIBS) $(FREETYPE2_LIBS) $(T1LIB_LIBS) \
$(LIBPNG_LIBS) $(ZLIB_LIBS)
TESTS = dvipng.test
TESTS_ENVIRONMENT = DVIPNG_TREE='$(DVIPNG_TREE)'
@@ -1306,6 +1306,7 @@ $(dvipng_OBJECTS): config.force
config.force: $(dvipng_dependencies)
echo timestamp >config.force
$(SHELL) ./config.status --recheck
+ $(SHELL) ./config.status Makefile config.h
@KPATHSEA_RULE@
@FREETYPE2_RULE@
diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure
index 15e863e15ea..c7d87bd9176 100755
--- a/Build/source/texk/dvipng/configure
+++ b/Build/source/texk/dvipng/configure
@@ -15034,9 +15034,32 @@ else
fi
+eval CPPFLAGS=\"$T1LIB_INCLUDES \$CPPFLAGS\"
+eval LIBS=\"$T1LIB_LIBS \$LIBS\"
+
+ac_fn_c_check_func "$LINENO" "T1_InitLib" "ac_cv_func_T1_InitLib"
+if test "x$ac_cv_func_T1_InitLib" = x""yes; then :
+ have_ft2_or_t1=yes
+
+$as_echo "#define HAVE_LIBT1 1" >>confdefs.h
+
+else
+ have_ft2_or_t1=no
+fi
+
+
eval CPPFLAGS=\"$FREETYPE2_INCLUDES \$CPPFLAGS\"
eval LIBS=\"$FREETYPE2_LIBS \$LIBS\"
+ac_fn_c_check_func "$LINENO" "FT_Init_FreeType" "ac_cv_func_FT_Init_FreeType"
+if test "x$ac_cv_func_FT_Init_FreeType" = x""yes; then :
+ have_ft2_or_t1=yes
+
+$as_echo "#define HAVE_FT2 1" >>confdefs.h
+
+fi
+
+
eval CPPFLAGS=\"$GD_INCLUDES \$CPPFLAGS\"
eval LIBS=\"$GD_LIBS \$LIBS\"
@@ -15099,32 +15122,6 @@ $as_echo "#define HAVE_KPSE_ENC_FORMATS 1" >>confdefs.h
fi
-eval CPPFLAGS=\"$T1LIB_INCLUDES \$CPPFLAGS\"
-eval LIBS=\"$T1LIB_LIBS \$LIBS\"
-
-ac_fn_c_check_func "$LINENO" "T1_InitLib" "ac_cv_func_T1_InitLib"
-if test "x$ac_cv_func_T1_InitLib" = x""yes; then :
- have_ft2_or_t1=yes
-
-$as_echo "#define HAVE_LIBT1 1" >>confdefs.h
-
-else
- have_ft2_or_t1=no
-fi
-
-
-eval CPPFLAGS=\"$FREETYPE2_INCLUDES \$CPPFLAGS\"
-eval LIBS=\"$FREETYPE2_LIBS \$LIBS\"
-
-ac_fn_c_check_func "$LINENO" "FT_Init_FreeType" "ac_cv_func_FT_Init_FreeType"
-if test "x$ac_cv_func_FT_Init_FreeType" = x""yes; then :
- have_ft2_or_t1=yes
-
-$as_echo "#define HAVE_FT2 1" >>confdefs.h
-
-fi
-
-
# Checks for more header files.
for ac_header in gd.h png.h kpathsea/kpathsea.h
do :
@@ -15175,6 +15172,28 @@ LIBS=$kpse_save_LIBS
echo timestamp >config.force
+
+else
+
+# For TeX Live we always have t1lib and freetype2.
+ if true; then
+ have_t1_TRUE=
+ have_t1_FALSE='#'
+else
+ have_t1_TRUE='#'
+ have_t1_FALSE=
+fi
+
+ if true; then
+ have_ft2_TRUE=
+ have_ft2_FALSE='#'
+else
+ have_ft2_TRUE='#'
+ have_ft2_FALSE=
+fi
+
+have_ft2_or_t1=yes
+
fi
if test "x$ac_cv_func_T1_InitLib" = xyes; then
@@ -15389,6 +15408,14 @@ if test -z "${have_ft2_TRUE}" && test -z "${have_ft2_FALSE}"; then
as_fn_error "conditional \"have_ft2\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${have_t1_TRUE}" && test -z "${have_t1_FALSE}"; then
+ as_fn_error "conditional \"have_t1\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${have_ft2_TRUE}" && test -z "${have_ft2_FALSE}"; then
+ as_fn_error "conditional \"have_ft2\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${have_ft2_or_t1_TRUE}" && test -z "${have_ft2_or_t1_FALSE}"; then
as_fn_error "conditional \"have_ft2_or_t1\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
diff --git a/Build/source/texk/dvipng/configure.ac b/Build/source/texk/dvipng/configure.ac
index bd1d10e14f1..afece4cf058 100644
--- a/Build/source/texk/dvipng/configure.ac
+++ b/Build/source/texk/dvipng/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,19 @@ AC_CHECK_FUNC([png_read_image],
[Define to 1 if you have the `png' library (-lpng).])],
[AC_MSG_ERROR([cannot find/use libpng])])
+KPSE_ADD_FLAGS([t1lib])
+AC_CHECK_FUNC([T1_InitLib],
+ [have_ft2_or_t1=yes
+ AC_DEFINE([HAVE_LIBT1], 1,
+ [Define to 1 if you have the `t1' library (-lt1).])],
+ [have_ft2_or_t1=no])
+
KPSE_ADD_FLAGS([freetype2])
+AC_CHECK_FUNC([FT_Init_FreeType],
+ [have_ft2_or_t1=yes
+ AC_DEFINE([HAVE_FT2], 1,
+ [Define to 1 if you have freetype2.])])
+
KPSE_ADD_FLAGS([gd])
AC_CHECK_FUNC([gdImageCreate],
[AC_DEFINE([HAVE_LIBGD], 1,
@@ -130,19 +142,6 @@ KPSE_CHECK_KPSE_FORMAT([opentype],
[AC_DEFINE([HAVE_KPSE_ENC_FORMATS], 1,
[Define to 1 if your kpathsea has kpse_enc_format.])])
-KPSE_ADD_FLAGS([t1lib])
-AC_CHECK_FUNC([T1_InitLib],
- [have_ft2_or_t1=yes
- AC_DEFINE([HAVE_LIBT1], 1,
- [Define to 1 if you have the `t1' library (-lt1).])],
- [have_ft2_or_t1=no])
-
-KPSE_ADD_FLAGS([freetype2])
-AC_CHECK_FUNC([FT_Init_FreeType],
- [have_ft2_or_t1=yes
- AC_DEFINE([HAVE_FT2], 1,
- [Define to 1 if you have freetype2.])])
-
# Checks for more header files.
AC_CHECK_HEADERS([gd.h png.h kpathsea/kpathsea.h], ,
[AC_MSG_ERROR([cannot find/use $ac_header])])
@@ -154,6 +153,14 @@ AC_CHECK_FUNCS([gdImageCreateTrueColor gdImageCreateFromJpeg gdImagePngEx gdImag
KPSE_RESTORE_FLAGS
echo timestamp >config.force
+
+else
+
+# For TeX Live we always have t1lib and freetype2.
+AM_CONDITIONAL([have_t1], [true])
+AM_CONDITIONAL([have_ft2], [true])
+have_ft2_or_t1=yes
+
fi
AM_CONDITIONAL([have_t1], [test "x$ac_cv_func_T1_InitLib" = xyes])