From 93dfbba194f96215a717cb2ff4fc76156165c404 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 Jan 2013 10:18:13 +0000 Subject: main/snort: build fix for automake-1.13 --- main/snort/automake.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/snort/automake.patch (limited to 'main/snort/automake.patch') diff --git a/main/snort/automake.patch b/main/snort/automake.patch new file mode 100644 index 0000000000..efab362368 --- /dev/null +++ b/main/snort/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.in.orig 2013-01-01 10:08:17.414478737 +0000 ++++ ./configure.in 2013-01-01 10:08:24.514546679 +0000 +@@ -3,7 +3,7 @@ + AC_CONFIG_SRCDIR([src/snort.c]) + AC_PREREQ(2.50) + #LT_PREREQ([2.2.6]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + # When changing the snort version, please also update the VERSION + # definition in "src/win32/WIN32-Includes/config.h" + AM_INIT_AUTOMAKE(snort,2.9.4) -- cgit v1.2.3