mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
508 B
Diff
20 lines
508 B
Diff
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- tiff-3.8.2.orig/configure.ac
|
|
+++ tiff-3.8.2/configure.ac
|
|
@@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE.
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ(2.59)
|
|
AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff)
|
|
AC_CONFIG_AUX_DIR(config)
|
|
-AC_CONFIG_MACRO_DIR(m4)
|
|
+dnl AC_CONFIG_MACRO_DIR(m4)
|
|
AC_LANG(C)
|
|
|
|
dnl Compute the canonical target-system type variable
|
|
AC_CANONICAL_TARGET
|
|
|