m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/configure.ac


From: Eric Blake
Subject: Changes to m4/configure.ac
Date: Sat, 06 May 2006 12:19:07 +0000

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. ##
 ## ---------------- ##




reply via email to

[Prev in Thread] Current Thread [Next in Thread]