[PATCH intel-gpu-tools 10/10] config: restore the libtool minimum version to 1.5

Gaetan Nadon memsize at videotron.ca
Mon Jan 2 15:23:21 PST 2012


Very few systems still use this old version, but it would be
inconvenient to build a video driver with libtool 1.5 and have
to build the gpu tools on another system having libtool 2.2.

The toolchain version requirements are documented here:
http://www.x.org/wiki/ModularDevelopersGuide#GNU_Build_System

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 autogen.sh   |    1 -
 configure.ac |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index e81f989..904cd67 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,4 +10,3 @@ autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
 $srcdir/configure --enable-maintainer-mode "$@"
-
diff --git a/configure.ac b/configure.ac
index 2715fbf..b415a97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
 # Initialize libtool
-LT_PREREQ([2.2])
-LT_INIT([disable-static])
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
 
 # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
 m4_ifndef([XORG_MACROS_VERSION],
-- 
1.7.5.4



More information about the xorg-devel mailing list