summaryrefslogtreecommitdiffstats
path: root/tools/tcpmon/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tcpmon/configure.ac')
-rw-r--r--tools/tcpmon/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/tcpmon/configure.ac b/tools/tcpmon/configure.ac
index 5619c87..51e24d3 100644
--- a/tools/tcpmon/configure.ac
+++ b/tools/tcpmon/configure.ac
@@ -1,10 +1,10 @@
dnl run autogen.sh to generate the configure script.
-AC_PREREQ(2.59)
+AC_PREREQ(2.63)
-AC_INIT(tcpmon-src, 1.6.0)
-AC_CANONICAL_SYSTEM
-AM_CONFIG_HEADER(config.h)
+AC_INIT([tcpmon-src],[1.6.0])
+AC_CANONICAL_TARGET
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_PREFIX_DEFAULT(/usr/local/tcpmon)
@@ -12,7 +12,7 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
-AC_PROG_LIBTOOL
+LT_INIT
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET