aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/ntop/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/ntop/automake.patch')
-rw-r--r--unmaintained/ntop/automake.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/unmaintained/ntop/automake.patch b/unmaintained/ntop/automake.patch
new file mode 100644
index 0000000000..db68ccee2b
--- /dev/null
+++ b/unmaintained/ntop/automake.patch
@@ -0,0 +1,19 @@
+--- ./configure.in.orig 2012-12-31 21:13:54.969154614 +0000
++++ ./configure.in 2012-12-31 21:14:11.542636354 +0000
+@@ -56,7 +56,7 @@
+ dnl> generate the config header
+ dnl>
+ umask 002
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ HAS_ERROR=
+ HAS_WARNING=
+@@ -324,7 +324,6 @@
+ echo
+ echo "Checking C compiler program and features..."
+ echo
+-AM_PROG_CC_STDC
+ if test ".${ac_cv_prog_cc_stdc}" = ".no"; then
+ echo
+ echo "*******************************************************************"