aboutsummaryrefslogtreecommitdiff
path: root/gprof/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 /gprof/configure.in
parente71c308dd3f25fef1c86b397bb330e6629098daf (diff)
downloadgdb-ce2cded563a45cead231883f0e5a2d230e5af9b4.zip
gdb-ce2cded563a45cead231883f0e5a2d230e5af9b4.tar.gz
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 '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 e57cf3a..202c7c2 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"