[Glamor] [PATCH 4/4 v2] Don't use AC_PROG_LIBTOOL
Armin K
krejzi at email.com
Wed Mar 13 10:49:33 PDT 2013
Autoconf only needs libtool macros which are copied when
autoreconf is run. There is no need for looking for
"libtool" program in PATH. This properly disables static
libraries from being built and installed.
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 230543c..5ff6ae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,6 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE([enable])
# Initialize libtool
-AC_PROG_LIBTOOL
LT_PREREQ([2.2])
LT_INIT([disable-static])
--
1.8.1.5
More information about the Glamor
mailing list