diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 16:12:52 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 16:12:52 +0000 |
commit | a8e34d6f1f5318b599ad9a9dbbbe06bed2e56c8a (patch) | |
tree | 2cd56925297caaaac50369896bd4245e2371e437 /configure.ac | |
parent | a7de9c6e7dd384f5d7cf1a96cff877f81e930819 (diff) |
Replaced AM_PROG_LIBTOOL by LT_INIT
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8445e4..6ded290 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREREQ(2.50) AC_PROG_CC AC_PROG_CXX AC_STDC_HEADERS -AM_PROG_LIBTOOL +LT_INIT AC_PROG_LN_S # Export LD_LIBRARY_PATH name or equivalent. |