aboutsummaryrefslogtreecommitdiffstats
path: root/main/snort/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/snort/automake.patch')
-rw-r--r--main/snort/automake.patch11
1 files changed, 11 insertions, 0 deletions
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)