From: fredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Date: Tue, 29 May 2007 15:09:37 +0000 (+0000)
Subject: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
X-Git-Tag: 0.4~30
X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=a47ecc70e825ce0325aba359cd4c2a4188f49168;p=doldaconnect.git

Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.


git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1048 959494ce-11ee-0310-bf91-de5d638817bd
---

diff --git a/configure.in b/configure.in
index 691b9e2..5e1fabf 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AM_GNU_GETTEXT([external])
 # Temporary hack to make libtool not check for g++ or g77
 m4_defun([_LT_AC_LANG_CXX_CONFIG], true)
 m4_defun([_LT_AC_LANG_F77_CONFIG], true)
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 
 AC_CHECK_LIB(pam, pam_start, , AC_MSG_ERROR([*** must have PAM]))
 AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** must have zlib]))