Index: trunk/psLib/configure.ac
===================================================================
--- trunk/psLib/configure.ac	(revision 11013)
+++ trunk/psLib/configure.ac	(revision 11493)
@@ -39,38 +39,5 @@
 AC_PROG_MAKE_SET
 
-dnl handle optimized building
-AC_ARG_ENABLE(optimize,
-  [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
-  [AC_MSG_RESULT(compile optimization enabled)
-   CFLAGS="${CFLAGS=} -pipe -O2 -g"
-   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"],
-  [AC_MSG_RESULT([compile optimization disabled])
-    if test x"${CFLAGS}" == x; then
-      CFLAGS="-pipe -O0 -g"
-    fi
-  ]
-)
-
-dnl handle profiler building
-AC_ARG_ENABLE(profile,
-  [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
-  [AC_MSG_RESULT(compile optimization enabled)
-   CFLAGS="${CFLAGS=} -pg -g"
-   LDFLAGS="${LDFLAGS=} -pg"]
-)
-
-dnl handle path coverage checking
-AC_ARG_ENABLE(coverage,
-  [AS_HELP_STRING(--enable-coverage,enable path coverage checking)],
-  [AC_MSG_RESULT(path coverage enabled)
-   CFLAGS="${CFLAGS=} -lgcov -fprofile-arcs -ftest-coverage -pg"]
-)
-
-dnl turn off trace messages
-AC_ARG_ENABLE(trace,
-  [AS_HELP_STRING(--disable-trace,disable psTrace functionality)],
-  [AC_MSG_RESULT(psTrace disabled)
-   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DPS_NO_TRACE"]
-)
+IPP_STDOPTS
 
 dnl build tests at the same time as the source code
@@ -486,7 +453,12 @@
 
 AC_CONFIG_FILES([
+  Doxyfile
   Makefile
+  etc/Makefile
+  m4/Makefile
+  pslib-config
+  pslib.pc
+  share/Makefile
   src/Makefile
-  src/sys/Makefile
   src/astro/Makefile
   src/db/Makefile
@@ -497,7 +469,7 @@
   src/math/Makefile
   src/mathtypes/Makefile
+  src/sys/Makefile
   src/types/Makefile
   test/Makefile
-  test/sys/Makefile
   test/astro/Makefile
   test/db/Makefile
@@ -508,13 +480,9 @@
   test/math/Makefile
   test/mathtypes/Makefile
-  test/types/Makefile
   test/pstap/Makefile
   test/pstap/src/Makefile
+  test/sys/Makefile
+  test/types/Makefile
   utils/Makefile
-  etc/Makefile
-  share/Makefile
-  pslib-config
-  pslib.pc
-  Doxyfile
 ])
 dnl src/xml/Makefile
