summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2013-05-01 12:51:17 +0000
committerJosé María Alonso <nimiux@gentoo.org>2013-05-01 12:51:17 +0000
commit2156fbcd8bde192ae4f8027525a2dd9058cad601 (patch)
tree02c1f18a39fa147907299d5a2826aa6064bfa6b3 /app-admin/tripwire/files
parentold (diff)
downloadgentoo-2-2156fbcd8bde192ae4f8027525a2dd9058cad601.tar.gz
gentoo-2-2156fbcd8bde192ae4f8027525a2dd9058cad601.tar.bz2
gentoo-2-2156fbcd8bde192ae4f8027525a2dd9058cad601.zip
Fix configFix configure for automake-1.13 wrt bug #467542 by axs
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-admin/tripwire/files')
-rw-r--r--app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch b/app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch
new file mode 100644
index 000000000000..b72aaef681af
--- /dev/null
+++ b/app-admin/tripwire/files/tripwire-2.4.2.2-fix-configure.patch
@@ -0,0 +1,12 @@
+diff -Nur a/configure.in b/configure.in
+--- a/configure.in 2011-11-21 17:06:56.000000000 +0100
++++ b/configure.in 2013-05-01 13:48:30.599978971 +0200
+@@ -6,7 +6,7 @@
+ AC_CONFIG_SRCDIR([src/tw/tw.cpp])
+ AC_CANONICAL_TARGET([])
+ AM_INIT_AUTOMAKE(tripwire, 2.4.2.2)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ dnl #################################
+ dnl Cleanup Cruft Leftover From Patch