Index: /trunk/glueforge/templates/psdb/src_makefile_am.tt
===================================================================
--- /trunk/glueforge/templates/psdb/src_makefile_am.tt	(revision 3615)
+++ /trunk/glueforge/templates/psdb/src_makefile_am.tt	(revision 3616)
@@ -1,4 +1,3 @@
-AM_CFLAGS   = @AM_CFLAGS@
-AM_CFLAGS   += $(PSLIB_CFLAGS)
+AM_CFLAGS   = $(PSLIB_CFLAGS)
 AM_LIBS     = $(PSLIB_LIBS)
 
Index: /trunk/glueforge/templates/psdb/top_makefile_am.tt
===================================================================
--- /trunk/glueforge/templates/psdb/top_makefile_am.tt	(revision 3615)
+++ /trunk/glueforge/templates/psdb/top_makefile_am.tt	(revision 3616)
@@ -1,4 +1,2 @@
-ACLOCAL_AMFLAGS = -I m4
-
 AM_CFLAGS  = -g -O0 -pipe -fpic -Wall -pedantic -std=c99
 SUBDIRS = src
