Index: trunk/glueforge/configure.ac
===================================================================
--- trunk/glueforge/configure.ac	(revision 12164)
+++ trunk/glueforge/configure.ac	(revision 14186)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([glueforge], [1.01], [ipp-support@ifa.hawaii.edu])
+AC_INIT([glueforge], [1.02], [ipp-support@ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([glueforge.in])
 
Index: trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- trunk/glueforge/templates/psdb/configure_ac.tt	(revision 12164)
+++ trunk/glueforge/templates/psdb/configure_ac.tt	(revision 14186)
@@ -5,5 +5,5 @@
 dnl
 
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
 
 AC_INIT([[% pkg_name %]], [[% pkg_version %]], [pan-starrs.ifa.hawaii.edu])
@@ -19,5 +19,5 @@
 
 AC_LANG(C)
-AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
@@ -35,5 +35,5 @@
 dnl is this the best was to setup recursive CFLAGS?
 IPP_STDOPTS
-[% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
+[% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -fno-strict-aliasing"
 AC_SUBST([[% pkg_name %]_CFLAGS])
 
