Use multiple locations for hardware watchpoints.
[deliverable/binutils-gdb.git] / gprof / configure.in
index e57cf3ab285d037e936b823139b1819ef39911a6..202c7c235125eb388e45c6c2037b833fdfd54152 100644 (file)
@@ -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"
This page took 0.022896 seconds and 4 git commands to generate.