mirror of
https://git.yoctoproject.org/poky
synced 2026-06-12 13:53:48 +02:00
(From OE-Core rev: 92a2e6dc73085ccb5482986c6b61d40992fb4f50) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
776 B
Diff
25 lines
776 B
Diff
From 5b893206e0a0d529ba2d0caf58cfffc03bccb598 Mon Sep 17 00:00:00 2001
|
|
From: Marcin Juszkiewicz <hrw@openedhand.com>
|
|
Date: Sat, 14 Jun 2008 13:42:22 +0000
|
|
Subject: [PATCH] tiff: make it work after libtool upgrade
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index c7b02e2..ae1c964 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -27,7 +27,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|
AC_PREREQ(2.64)
|
|
AC_INIT([LibTIFF Software],[4.0.10],[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 host (run-time) system type variable
|