diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 21:15:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 21:15:19 +0000 |
commit | 510da6d2efa73fc78409c5dfa54acc72dcbdd71a (patch) | |
tree | a94699cf3b1284cfa2fe0274464a04543d5dbeb8 /main/ntop/automake.patch | |
parent | f3de9264e1e6d6aaa217c404097d30b632af7639 (diff) | |
download | aports-510da6d2efa73fc78409c5dfa54acc72dcbdd71a.tar.bz2 aports-510da6d2efa73fc78409c5dfa54acc72dcbdd71a.tar.xz |
main/ntop: build fix for automake-1.13
Diffstat (limited to 'main/ntop/automake.patch')
-rw-r--r-- | main/ntop/automake.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/ntop/automake.patch b/main/ntop/automake.patch new file mode 100644 index 0000000000..db68ccee2b --- /dev/null +++ b/main/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 "*******************************************************************" |