From a47ecc70e825ce0325aba359cd4c2a4188f49168 Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 29 May 2007 15:09:37 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- 2.11.0