Index: /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/configure.ac
===================================================================
--- /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/configure.ac	(revision 2750)
+++ /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/configure.ac	(revision 3038)
@@ -2,30 +2,10 @@
 AM_INIT_AUTOMAKE
 
-AC_PREFIX_DEFAULT("/home/sca")
+AC_PREFIX_DEFAULT("/sdr")
 
-AC_PROG_CXX
 AC_PROG_INSTALL
-AC_PROG_MAKE_SET
-
-AC_HEADER_SYS_WAIT
-
-AC_FUNC_FORK
-
-AC_CORBA_ORB
-
-export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
-PKG_CHECK_MODULES(OSSIE, ossie >= 0.6.0,,exit)
-CXXFLAGS="$CXXFLAGS $OSSIE_CFLAGS"
-IDL_FLAGS="$OSSIE_CFLAGS"
-AC_SUBST(IDL_FLAGS)
-
-PKG_CHECK_MODULES(SI, standardInterfaces >= 0.6.0,,exit)
-SI_PATH=`pkg-config --variable=includedir standardInterfaces`
-
-LIBS="$LIBS $OSSIE_LIBS $SI_LIBS"
-
-AC_SUBST(SI_PATH)
 
 AC_CONFIG_FILES(Makefile)
 
 AC_OUTPUT
+
Index: /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/reconf
===================================================================
--- /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/reconf	(revision 2750)
+++ /experimental/waveforms/TxPacketizerTest/trunk/TxPacketizerTest/reconf	(revision 3038)
@@ -2,5 +2,5 @@
 
 rm -f config.cache
-aclocal -I aclocal.d
+aclocal
 autoconf
 automake --foreign --add-missing
