aboutsummaryrefslogtreecommitdiffstats
path: root/main/quagga/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/quagga/automake.patch')
-rw-r--r--main/quagga/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/quagga/automake.patch b/main/quagga/automake.patch
new file mode 100644
index 0000000000..7e10700c53
--- /dev/null
+++ b/main/quagga/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2012-12-31 21:49:07.571163898 +0000
++++ ./configure.ac 2012-12-31 21:49:15.491232258 +0000
+@@ -19,7 +19,7 @@
+ AC_CANONICAL_TARGET()
+
+ AM_INIT_AUTOMAKE(1.6)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ AC_CHECK_PROG([GAWK],[gawk],[gawk],[not-in-PATH])
+ if test "x$GAWK" = "xnot-in-PATH" ; then