Index: /issm/trunk-jpl/configure.ac
===================================================================
--- /issm/trunk-jpl/configure.ac	(revision 11912)
+++ /issm/trunk-jpl/configure.ac	(revision 11913)
@@ -22,5 +22,4 @@
 AM_SILENT_RULES([yes])           #Do not show compilation command by default
 AM_PROG_CC_C_O
-AM_PROG_AR
 
 ##LIBTOOL?
@@ -30,4 +29,7 @@
 #Run issm_options.m4
 ISSM_OPTIONS
+
+#AM_PROG_AR must be placed after ISSM_OPTIONS
+AM_PROG_AR
 
 #List all Makefiles
