Index: /issm/trunk-jpl/configure.ac
===================================================================
--- /issm/trunk-jpl/configure.ac	(revision 28238)
+++ /issm/trunk-jpl/configure.ac	(revision 28239)
@@ -1,6 +1,5 @@
-# Process this file with autoconf to produce a configure script.
 
-#AUTOCONF
-AC_INIT([Ice-sheet and Sea-level System Model (ISSM)],[4.24],[https://issm.ess.uci.edu/forum/],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
+#Initializing configure
+AC_INIT([Ice-sheet and Sea-level System Model (ISSM)],[4.24],[https://issm.ess.uci.edu/forum/],[issm],[http://issm.jpl.nasa.gov])
 AC_CONFIG_AUX_DIR([./aux-config])	# Put config files in aux-config
 AC_CONFIG_MACRO_DIR([m4])			# m4 macros are located in m4
@@ -23,8 +22,7 @@
 
 #AUTOMAKE
-#Initialize automake and declare foreign so that we don't need a ChangeLog, INSTALL, etc
-AM_INIT_AUTOMAKE([foreign])
-AC_CONFIG_HEADERS([./config.h])		# Config file must be config.h
-AM_SILENT_RULES([yes])				# Reduce compilation and linking output (comment this line out or set value to "no" for verbose output)
+AM_INIT_AUTOMAKE([foreign])     # Initialize automake and declare foreign (don't need a ChangeLog, INSTALL, etc)
+AC_CONFIG_HEADERS([./config.h]) # Config file must be config.h
+AM_SILENT_RULES([yes])          # Reduce compilation and linking output
 AM_PROG_AR
 
