aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-10-22 03:44:39 +0100
committerThomas White <taw@bitwiz.org.uk>2013-10-22 03:44:39 +0100
commitd9b5f901b7a08514a9a0fe55f738994866430be7 (patch)
tree2db466ee57c63f1557bf8df7cc3fed039e285b94 /configure.ac
parent278732eb2bfd90b06087dc5a2196bec1287e6fe2 (diff)
Revert LT_INIT to AC_PROG_LIBTOOL
LT_INIT doesn't work at SLAC
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dfd9a5aa..d1ed9370 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AM_PROG_CC_C_O
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
-LT_INIT
+AC_PROG_LIBTOOL
AM_SILENT_RULES([yes])
AC_HEADER_STDC