Index: m4/configure.ac diff -u m4/configure.ac:1.43 m4/configure.ac:1.44 --- m4/configure.ac:1.43 Fri May 5 13:30:15 2006 +++ m4/configure.ac Sat May 6 12:19:07 2006 @@ -110,6 +110,16 @@ AM_PROG_CC_C_O m4_CHECK_DEBUGGING + + +## ----------------------- ## +## Libtool initialisation. ## +## ----------------------- ## +LT_PREREQ([2.0]) +LT_CONFIG_LTDL_DIR([ltdl]) +LT_INIT([shared dlopen win32-dll]) +LT_WITH_LTDL([ltdl]) + # Use gcc's -pipe option if available: for faster compilation. case "$CFLAGS" in *-pipe* ) ;; @@ -122,15 +132,6 @@ -## ----------------------- ## -## Libtool initialisation. ## -## ----------------------- ## -LT_PREREQ([2.0]) -LT_INIT([shared dlopen win32-dll]) -LT_WITH_LTDL([ltdl]) - - - ## ---------------- ## ## Gettext support. ## ## ---------------- ##
