From: michael Date: Thu, 11 Jun 2015 12:51:41 +0000 (+0000) Subject: - configure.ac: replaced AC_PROG_LIBTOOL with LT_INIT. AC_PROG_LIBTOOL is deprecated X-Git-Tag: 1.0.8~34 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=e6bcdefa1e3ddc566c24696f353ce9346c7d1bfc;p=hopm.git - configure.ac: replaced AC_PROG_LIBTOOL with LT_INIT. AC_PROG_LIBTOOL is deprecated git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6107 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/configure.ac b/configure.ac index 571dd27..ac75b24 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl Checks for programs. AC_PROG_CC_C99 AS_IF([test "$ac_cv_prog_cc_c99" = "no"], [AC_MSG_ERROR([no suitable C99 compiler found. Aborting.])]) -AC_PROG_LIBTOOL +LT_INIT dnl check for yacc AC_PROG_INSTALL