summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar shankar2010-02-23 12:24:09 +0000
committerGravatar shankar2010-02-23 12:24:09 +0000
commit1a8f447d0bb116d460ca79bfc26d63a8ed8e8a6f (patch)
tree61d5493c74cbe4c09bac97ff0244c4d698b2e62e /tools
parent802041554ca70f3485bccacf60198ba017895336 (diff)
downloadaxis2c-1a8f447d0bb116d460ca79bfc26d63a8ed8e8a6f.tar.gz
axis2c-1a8f447d0bb116d460ca79bfc26d63a8ed8e8a6f.tar.bz2
fixing issue 1436
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r--tools/md5/configure.ac10
-rw-r--r--tools/tcpmon/configure.ac10
2 files changed, 10 insertions, 10 deletions
diff --git a/tools/md5/configure.ac b/tools/md5/configure.ac
index 213ab14..8702bdb 100644
--- a/tools/md5/configure.ac
+++ b/tools/md5/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(md5-src, 1.6.0)
-AC_CANONICAL_SYSTEM
-AM_CONFIG_HEADER(config.h)
+AC_INIT([md5-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/md5)
@@ -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
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