diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-10-22 03:44:39 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-10-22 03:44:39 +0100 |
commit | d9b5f901b7a08514a9a0fe55f738994866430be7 (patch) | |
tree | 2db466ee57c63f1557bf8df7cc3fed039e285b94 | |
parent | 278732eb2bfd90b06087dc5a2196bec1287e6fe2 (diff) |
Revert LT_INIT to AC_PROG_LIBTOOL
LT_INIT doesn't work at SLAC
-rw-r--r-- | configure.ac | 2 |
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 |