[pisa-src] r2115 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 10 Mar 2010 14:25:18 +0100

Author: biurrun
Date: Wed Mar 10 14:25:18 2010
New Revision: 2115

Log:
Replace deprecated macro AC_PROG_LIBTOOL by LT_INIT.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Wed Mar 10 14:16:16 2010        (r2114)
+++ trunk/configure.ac  Wed Mar 10 14:25:18 2010        (r2115)
@@ -28,7 +28,7 @@
 # program checks
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL(disable-shared)
+LT_INIT(disable-shared)
 
 # Initialize automake after autoconf; autotools are known to complain 
otherwise.
 # silent rules are not supported in ScratchBox used for compilation for Maemo

Other related posts:

  • » [pisa-src] r2115 - trunk/configure.ac - Diego Biurrun