aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-08 07:21:04 +0800
committerAndy Green <andy.green@linaro.org>2012-10-08 07:21:04 +0800
commite396eb51c80f180e5b9097780d5edcefd9ba40df (patch)
tree87f32a543159a8ea60ebfa45d79bd082ac07fa5f /configure.ac
parent9c4359584d8dc19e14608bcb809d6d5253957963 (diff)
correct AM_PROG_AR ordering
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68850e0..03a6e94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR([arm-probe/arm-probe.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_PROG_AR
LT_INIT(shared)
@@ -18,7 +19,6 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_CONFIG_MACRO_DIR([m4])
-AM_PROG_AR
# Checks for header files.
AC_CHECK_HEADERS([zlib.h fcntl.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h sys/prctl.h])