freebsd-ports/net-mgmt/flow-tools/files/patch-configure
Bill Fumerola 997b6465c4 upgrade to 0.66, takeover maintainership
Approved by:	maintainer
2003-04-04 04:07:16 +00:00

17 lines
428 B
Text

--- 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