[master] 48345b6 Use older libtool invocation to please EL5 users. Welcome to 2005.

Tollef Fog Heen tfheen at varnish-cache.org
Mon Jun 18 11:13:32 CEST 2012


commit 48345b63af6a00b79f20b873280e87dd75d4253e
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Jun 18 11:13:17 2012 +0200

    Use older libtool invocation to please EL5 users. Welcome to 2005.

diff --git a/configure.ac b/configure.ac
index 8193874..3df1e7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,8 @@ AC_CANONICAL_SYSTEM
 AC_LANG(C)
 
 AM_INIT_AUTOMAKE([foreign])
-LT_INIT([disable-static])
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
 
 # Checks for programs.
 AC_GNU_SOURCE



More information about the varnish-commit mailing list