aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
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"