Index: trunk/psModules/test/tap/configure.in
===================================================================
--- trunk/psModules/test/tap/configure.in	(revision 8902)
+++ trunk/psModules/test/tap/configure.in	(revision 11550)
@@ -3,4 +3,5 @@
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_HEADERS([src/config.h])
+AC_GNU_SOURCE
 AC_PROG_CC
 AC_PROG_LIBTOOL
@@ -40,22 +41,4 @@
 AC_CONFIG_FILES([Makefile
 		 src/Makefile
-		 tests/Makefile
-		 tests/diag/Makefile
-		 tests/fail/Makefile
-		 tests/ok/Makefile
-		 tests/ok/ok-hash/Makefile
-		 tests/ok/ok-numeric/Makefile
-		 tests/ok/ok/Makefile
-		 tests/pass/Makefile
-		 tests/plan/Makefile
-		 tests/plan/no-tests/Makefile
-		 tests/plan/no_plan/Makefile
-		 tests/plan/not-enough-tests/Makefile
-		 tests/plan/sane/Makefile
-		 tests/plan/skip_all/Makefile
-		 tests/plan/too-many-plans/Makefile
-		 tests/plan/too-many-tests/Makefile
-		 tests/skip/Makefile
-		 tests/todo/Makefile
 		])
 AC_OUTPUT
