gas/
[deliverable/binutils-gdb.git] / ld / configure.in
index ccd49d11abb12745a96cb4fb5f3b59aee8a08df9..b241951345939771cffa9a5f70a987ae8d259129 100644 (file)
@@ -11,8 +11,6 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[       ]*\([^  ]*\)[   ]*).*/\1/p' < ${
 changequote([,])dnl
 AM_INIT_AUTOMAKE(ld, ${BFD_VERSION})
 
-AM_PROG_LIBTOOL
-
 AC_ARG_WITH(lib-path, [  --with-lib-path=dir1:dir2...  set default LIB_PATH],LIB_PATH=$withval)
 AC_ARG_ENABLE(targets,
 [  --enable-targets        alternative target configurations],
@@ -86,6 +84,8 @@ AC_PROG_CC
 AC_GNU_SOURCE
 AC_PROG_INSTALL
 
+AM_PROG_LIBTOOL
+
 ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi"
 ZW_GNU_GETTEXT_SISTER_DIR
 AM_PO_SUBDIRS
This page took 0.024054 seconds and 4 git commands to generate.