aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-10-24 16:45:53 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-10-24 16:45:53 +0000
commitce2cded563a45cead231883f0e5a2d230e5af9b4 (patch)
treea31ca63aaf76d7ec5ab9711d7b79bb46ede3017e /ld/configure.in
parente71c308dd3f25fef1c86b397bb330e6629098daf (diff)
downloadfsf-binutils-gdb-ce2cded563a45cead231883f0e5a2d230e5af9b4.zip
fsf-binutils-gdb-ce2cded563a45cead231883f0e5a2d230e5af9b4.tar.gz
fsf-binutils-gdb-ce2cded563a45cead231883f0e5a2d230e5af9b4.tar.bz2
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 ccd49d1..b241951 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