[gparted] Update AM_PROG_LIBTOOL to AC_PROG_LIBTOOL in configure.ac (#734718)
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Update AM_PROG_LIBTOOL to AC_PROG_LIBTOOL in configure.ac (#734718)
- Date: Mon, 18 Aug 2014 22:09:02 +0000 (UTC)
commit 654cdc7335beda48f0da095a1d06e91870d9ac76
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Sat Aug 2 11:44:17 2014 +0100
Update AM_PROG_LIBTOOL to AC_PROG_LIBTOOL in configure.ac (#734718)
AM_PROG_LIBTOOL is an old name and alias for AC_PROG_LIBTOOL. Update.
NOTE:
In turn AC_PROG_LIBTOOL is an old name and alias for LT_INIT, but
CentOS 5.x with libtool 1.5.22 doesn't have LT_INIT defined in
/usr/share/aclocal/libtool.m4 serial 48, only AC_PROG_LIBTOOL and
AM_PROG_LIBTOOL. Therefore only update to AC_PROG_LIBTOOL and not
LT_INIT while CentOS 5.x is supported.
Bug #734718 - Update Autoconf version specific libparted checks and
defines to feature specific ones
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c90cf20..8b8e32e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl checks for programs
dnl======================
AC_PROG_CXX
AC_PROG_CC
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
dnl======================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]