summaryrefslogtreecommitdiff
path: root/ld/configure.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-10-24 16:45:53 +0000
committerH.J. Lu <hjl@lucon.org>2007-10-24 16:45:53 +0000
commitff00d1ea4db1eec11b328783965ece7fe332741c (patch)
tree13ef27a7eeb27ca3d67c0211b38db739dd6d86b3 /ld/configure.in
parentbeff9e400b76177b28c856d29cbacb3160bac6ef (diff)
downloadbinutils-redhat-ff00d1ea4db1eec11b328783965ece7fe332741c.tar.gz
gas/
2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated. gprof/ 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated. ld/ 2007-10-24 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. * configure: Regenerated.
Diffstat (limited to 'ld/configure.in')
-rw-r--r--ld/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.in b/ld/configure.in
index ccd49d11ab..b241951345 100644
--- a/ld/configure.in
+++ b/ld/configure.in
@@ -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