summaryrefslogtreecommitdiffstats
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, 0 insertions, 11 deletions
diff --git a/main/quagga/automake.patch b/main/quagga/automake.patch
deleted file mode 100644
index 7e10700c53..0000000000
--- a/main/quagga/automake.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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