ref: fd3abf6b4435ab236f2bd0e2cadd5c90161e19ad
parent: 920a30798e2c8dec4df67feec1143fcbbddcfd28
author: Gregory Maxwell <[email protected]>
date: Sun May 27 19:30:10 EDT 2012
Add AC_PROG_LIBTOOL to make it easier to build static win32 bins.
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,8 @@
AC_C_CONST
AC_C_INLINE
+AC_PROG_LIBTOOL
+
#Use a hacked up version of autoconf's AC_C_RESTRICT because it's not
#strong enough a test to detect old buggy versions of GCC (e.g. 2.95.3)
AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict,