summaryrefslogtreecommitdiff
path: root/gprof/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 /gprof/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 'gprof/configure.in')
-rw-r--r--gprof/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index e57cf3ab28..202c7c2351 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -11,8 +11,6 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${
changequote([,])dnl
AM_INIT_AUTOMAKE(gprof, ${BFD_VERSION})
-AM_PROG_LIBTOOL
-
dnl For simplicity, we use the BFD configuration file for most
dnl things. However, we also need our own configuration file for
dnl the automake PACKAGE and VERSION macros. We don't name it
@@ -23,6 +21,8 @@ AC_PROG_CC
AC_GNU_SOURCE
AC_PROG_INSTALL
+AM_PROG_LIBTOOL
+
AC_CHECK_FUNCS(setmode)
ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi"