Index: /issm/trunk-jpl/configure.ac
===================================================================
--- /issm/trunk-jpl/configure.ac	(revision 11897)
+++ /issm/trunk-jpl/configure.ac	(revision 11898)
@@ -13,5 +13,4 @@
 #Libraries and linking
 AC_PROG_RANLIB
-AM_PROG_AR
 AC_F77_LIBRARY_LDFLAGS
 AC_PATH_XTRA      #figure out X library and include paths
@@ -23,4 +22,5 @@
 AM_SILENT_RULES([yes])           #Do not show compilation command by default
 AM_PROG_CC_C_O
+AM_PROG_AR
 
 ##LIBTOOL?
@@ -30,4 +30,6 @@
 #Run issm_options.m4
 ISSM_OPTIONS
+
+#List all Makefiles
 AC_CONFIG_FILES([Makefile
 			src/Makefile
@@ -36,3 +38,5 @@
 			src/m/Makefile
 			bin/Makefile])
+
+#End of configure.ac
 AC_OUTPUT
