don't use AC_CANONICAL_TARGET in libtiff configure: this is unnecessary as it's not a cross-compiler and also doesn't work when running it as sub-configure when caching is enabled (because the host and the build aliases are cached by the top level configure but the target one is not and autoconf-generated code doesn't deal with this situation correctly)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-15 15:26:07 +00:00
parent 0955be65ca
commit 31cb01131e
2 changed files with 5855 additions and 5218 deletions

10952
src/tiff/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -30,8 +30,9 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
dnl Compute the canonical target-system type variable
AC_CANONICAL_TARGET
dnl Compute the canonical build and host system type variables
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
dnl Do not rebuild generated files every time