summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-11 00:43:42 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-11 00:43:42 +0000
commit74229094319e534c8c3ccef9ec842ae71b75b4b8 (patch)
tree8a263cefd9ef02c437a44a82d5579d7dd39512eb /configure.ac
parent0678a66d5a6ac17da5e6453dbac69dfc55511c94 (diff)
fix
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@54 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5a2cb8e..e9a6fc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# along with libdaemon; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-AC_PREREQ(2.58)
+AC_PREREQ(2.59)
AC_INIT([libdaemon],[0.4],[mzqnrzba (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/dfork.c])
AC_CONFIG_HEADERS([config.h])
@@ -36,7 +36,7 @@ fi
AC_PROG_CC
AC_PROG_CXX
AC_PROG_MAKE_SET
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL()
# If using GCC specifiy some additional parameters
if test "x$GCC" = "xyes" ; then