diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ffef389..2224c1f5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,10 @@ dnl Required programs AC_PROG_CC AM_PROG_CC_C_O AC_PROG_INSTALL -AC_PROG_LIBTOOL + +dnl Initialize libtool +LT_PREREQ([2.2]) +LT_INIT dnl dnl translation support |