diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-04-04 04:07:16 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-04-04 04:07:16 +0000 |
commit | 997b6465c4144a9d7a2bac380b709beb69f104e0 (patch) | |
tree | 7e2b41790dae4c0e58a598268ef4d32d559def85 /net/flow-tools/files/patch-configure | |
parent | Update to 0.13 (diff) |
upgrade to 0.66, takeover maintainership
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=78084
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' |