[hipl-commit] [trunk] Rev 3910: Replace deprecated macro AC_PROG_LIBTOOL by LT_INIT.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 10 Mar 2010 16:52:16 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: Wed Mar 10 15:51:29 2010 +0100
Revision: 3910
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Replace deprecated macro AC_PROG_LIBTOOL by LT_INIT.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-03-10 13:35:09 +0000
+++ configure.ac        2010-03-10 14:51:29 +0000
@@ -11,11 +11,11 @@
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
+LT_INIT(disable-shared)
 
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL(disable-shared)
 AM_PROG_CC_C_O # Required in CentOS
 
 # Check for python for tools directory

Other related posts:

  • » [hipl-commit] [trunk] Rev 3910: Replace deprecated macro AC_PROG_LIBTOOL by LT_INIT. - Diego Biurrun