Index: trunk/ppMerge/configure.ac
===================================================================
--- trunk/ppMerge/configure.ac	(revision 8781)
+++ trunk/ppMerge/configure.ac	(revision 11533)
@@ -13,26 +13,5 @@
 AC_PROG_INSTALL
 dnl AC_PROG_LIBTOOL
-
-dnl enable largefile supports
 AC_SYS_LARGEFILE
-
-ppMerge_CFLAGS="-Wall -Werror -std=c99"
-ppMerge_LDFLAGS=""
-
-dnl handle debug building
-AC_ARG_ENABLE(optimize,
-  [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
-  [AC_MSG_RESULT(compile optimization enabled)
-   CFLAGS="${CFLAGS=} -O2"],
-  [AC_MSG_RESULT([compile optimization disabled])
-   CFLAGS="${CFLAGS=} -O0 -g"]
-)
-
-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=} -fprofile-arcs -ftest-coverage -pg"]
-)
 
 PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99]) 
@@ -40,14 +19,6 @@
 PKG_CHECK_MODULES([PPSTATS], [ppStats >= 0.0.0]) 
 
-dnl handle profiler building
-AC_ARG_ENABLE(profile,
-  [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
-  [AC_MSG_RESULT(compile optimization enabled)
-  ppMerge_CFLAGS="${ppMerge_CFLAGS} -g -pg"
-  ppMerge_LDFLAGS="${ppMerge_LDFLAGS} -pg -Wl,--start-group -Wl,-Bstatic"]
-  )
-  
-AC_SUBST([ppMerge_CFLAGS])
-AC_SUBST([ppMerge_LDFLAGS])
+IPP_STDOPTS
+CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
 
 AC_CONFIG_FILES([
