--- yoda/doit 2005/05/28 10:43:28 4.4 +++ yoda/doit 2006/09/21 13:10:02 6.2 @@ -1,6 +1,10 @@ +autoheader +libtoolize --force +export CFLAGS="-g -O4" +export FFLAGS="-g -O0 -keepC" +export CXXFLAGS="-g -O4" aclocal automake -a autoconf -export CXXFLAGS="-g" -./configure --prefix=/opt/yoda --with-log4cxx=/opt/log4cxx +./configure --prefix=/home/kusanagi/tmp --with-log4cxx=/opt/log4cxx --enable-gprof=no make