aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/flow-tools/files/patch-configure')
-rw-r--r--net-mgmt/flow-tools/files/patch-configure17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mgmt/flow-tools/files/patch-configure b/net-mgmt/flow-tools/files/patch-configure
deleted file mode 100644
index 40f9f64fcad3..000000000000
--- a/net-mgmt/flow-tools/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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"
-+CFLAGS+="-g -Wall"
-
- dnl Checks for programs.
- AC_PROG_CC