diff options
| author | Gaetan Nadon <memsize@videotron.ca> | 2012-01-03 21:13:39 -0500 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-01-04 10:47:11 +0100 |
| commit | 65db78f687e757ca40ac42e9c26ddc769bd4cfcc (patch) | |
| tree | 462d00b9a128e72d61284ef8b431e1c1e992a387 | |
| parent | d63a1f6c73f2fbfd4af1d3bab3eb0e4f68483115 (diff) | |
config: restore the libtool minimum version to 1.5
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@videotron.ca>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2715fbf3..b415a97b 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], |
