correct autotools warning 75/2875/1
authorAndy Green <andy.green@linaro.org>
Thu, 10 Jan 2013 04:36:59 +0000 (12:36 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:23 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
configure.ac

index a5202bd..d3b6467 100644 (file)
@@ -7,6 +7,7 @@ AC_CONFIG_SRCDIR([test-server/test-server.c])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_PROG_AR
 LT_INIT(shared)
 
 #AX_PTHREAD
@@ -16,7 +17,6 @@ AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_CONFIG_MACRO_DIR([m4])
-AM_PROG_AR
 
 #
 #