Index: /trunk/ippdb/autogen.sh
===================================================================
--- /trunk/ippdb/autogen.sh	(revision 11634)
+++ /trunk/ippdb/autogen.sh	(revision 11635)
@@ -16,5 +16,5 @@
 
 LIBTOOLIZE=libtoolize
-ACLOCAL="aclocal $ACLOCAL_FLAGS"
+ACLOCAL=aclocal
 AUTOHEADER=autoheader
 AUTOMAKE=automake
Index: /trunk/ippdb/configure.ac
===================================================================
--- /trunk/ippdb/configure.ac	(revision 11634)
+++ /trunk/ippdb/configure.ac	(revision 11635)
@@ -1,4 +1,4 @@
 dnl
-dnl This file was generated by glueforge 0.36
+dnl This file was generated by glueforge 1.00
 dnl
 dnl Do NOT directly edit this file.
@@ -7,5 +7,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippdb], [1.0.0], [ipp-support@ifa.hawaii.edu])
+AC_INIT([ippdb], [1.0.0], [pan-starrs.ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([ippdb.pc.in])
 
@@ -18,6 +18,4 @@
 AM_MISSING_PROG([AUTOM4TE], [autom4te])
 
-IPP_STDOPTS
-
 AC_LANG(C)
 AC_PROG_CC
@@ -25,5 +23,5 @@
 AC_PROG_LIBTOOL
 
-PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
+PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0]) 
 
 AC_PATH_PROG([PERL], [perl], [missing])
@@ -36,4 +34,5 @@
 
 dnl is this the best was to setup recursive CFLAGS?
+IPP_STDOPTS
 ippdb_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
 AC_SUBST([ippdb_CFLAGS])
Index: /trunk/ippdb/src/ippdb.c
===================================================================
--- /trunk/ippdb/src/ippdb.c	(revision 11634)
+++ /trunk/ippdb/src/ippdb.c	(revision 11635)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.36
+ * This file was generated by glueforge 1.00
  *
  * Do NOT directly edit this file.
@@ -8427,5 +8427,5 @@
         return false;
     }
-    if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_type", PS_DATA_STRING, NULL, "64")) {
+    if (!psMetadataAdd(md, PS_LIST_TAIL, "exp_type", PS_DATA_STRING, "XXX this should be dropped", "64")) {
         psError(PS_ERR_UNKNOWN, false, "failed to add item exp_type");
         psFree(md);
Index: /trunk/ippdb/src/ippdb.h
===================================================================
--- /trunk/ippdb/src/ippdb.h	(revision 11634)
+++ /trunk/ippdb/src/ippdb.h	(revision 11635)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.36
+ * This file was generated by glueforge 1.00
  *
  * Do NOT directly edit this file.
