Commit ef6925a642565e017a5348f86201c8b2580227d9

Con Kolivas 2013-08-30T15:17:35

Properly convert from ranlib to lt_init in configure.ac

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index eceeb02..9d0c2c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AC_PROG_CC
 gl_EARLY
 AC_PROG_GCC_TRADITIONAL
 AM_PROG_CC_C_O
-AC_PROG_RANLIB
+LT_INIT([disable-shared])
 
 gl_INIT