Index: trunk/archive/scripts/src/phase2/configure.ac
===================================================================
--- trunk/archive/scripts/src/phase2/configure.ac	(revision 8573)
+++ trunk/archive/scripts/src/phase2/configure.ac	(revision 14186)
@@ -1,3 +1,3 @@
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
 
 AC_INIT([phase2], [0.0.2], [price@ifa.hawaii.edu])
@@ -10,5 +10,5 @@
 AC_LANG(C)
 AC_GNU_SOURCE
-AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_INSTALL
 dnl AC_PROG_LIBTOOL
@@ -20,5 +20,5 @@
 dnl is this the best was to setup recursive CFLAGS?
 dnl phase2_CFLAGS="-Werror -std=c99 "
-phase2_CFLAGS="-std=c99 "
+phase2_CFLAGS=" "
 AC_SUBST([phase2_CFLAGS])
 
