diff options
Diffstat (limited to 'net/flow-tools/files/patch-configure')
-rw-r--r-- | net/flow-tools/files/patch-configure | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/net/flow-tools/files/patch-configure b/net/flow-tools/files/patch-configure index e42e912a5f9b..40f9f64fcad3 100644 --- a/net/flow-tools/files/patch-configure +++ b/net/flow-tools/files/patch-configure @@ -1,7 +1,13 @@ ---- configure.in.orig Wed Oct 16 01:28:23 2002 -+++ configure.in Sun Nov 17 05:14:42 2002 -@@ -6,7 +6,7 @@ - AM_INIT_AUTOMAKE(flow-tools, 0.62) +--- configure.in 2003/04/03 19:46:23 ++++ configure.in 2003/04/03 19:51:51 +@@ -1,12 +1,12 @@ + dnl Process this file with autoconf to produce a configure script. + AC_INIT(lib/bit1024.c) + +-AC_PREFIX_DEFAULT(/usr/local/netflow) ++AC_PREFIX_DEFAULT(/usr/local) + + AM_INIT_AUTOMAKE(flow-tools, 0.66) AM_CONFIG_HEADER(lib/ftconfig.h:lib/ftconfig.h.in) -CFLAGS="-g -Wall" @@ -9,14 +15,3 @@ dnl Checks for programs. AC_PROG_CC ---- configure.orig Wed Oct 16 01:28:44 2002 -+++ configure Sun Nov 17 05:13:42 2002 -@@ -1583,7 +1583,7 @@ - - - --CFLAGS="-g -Wall" -+CFLAGS+="-g -Wall" - - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' |