diff options
Diffstat (limited to 'hal-0.5.11-patches/0008-add-libtool-2.2-support.patch')
-rw-r--r-- | hal-0.5.11-patches/0008-add-libtool-2.2-support.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/hal-0.5.11-patches/0008-add-libtool-2.2-support.patch b/hal-0.5.11-patches/0008-add-libtool-2.2-support.patch new file mode 100644 index 00000000..170ebe96 --- /dev/null +++ b/hal-0.5.11-patches/0008-add-libtool-2.2-support.patch @@ -0,0 +1,27 @@ +From 7fd4ac6c0d5d57539488b84886ce1a02a54a98d3 Mon Sep 17 00:00:00 2001 +From: =?utf-8?q?R=C3=A9mi=20Cardona?= <remi@gentoo.org> +Date: Sat, 9 Aug 2008 17:04:07 +0200 +Subject: [PATCH 08/48] add libtool-2.2 support + +Fix for aclocal to work properly with libtool 2.2 which no longer +checks for C++ automatically (this patch is of course backwards +compatible with libtool 1.5.x) +--- + configure.in | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/configure.in b/configure.in +index e76ff51..faa910b 100644 +--- a/configure.in ++++ b/configure.in +@@ -29,6 +29,7 @@ AC_SUBST(LT_AGE) + + AC_ISC_POSIX + AC_PROG_CC ++AC_PROG_CXX + AM_PROG_CC_C_O + AC_HEADER_STDC + AC_PROG_LIBTOOL +-- +1.6.1.2 + |