On Tue, 2008-06-03 at 01:33 -0400, M. Ranganathan wrote:
> How can I configure the Makefile to set JAVAC_DEBUG to "on"  without
> directly hacking the build.xml file?

I have a little script for ensuring that all the environment variables
are right when ./configure runs:

CURRENT=$( pwd )
LOCATION=${1:-.}
(
  cd $LOCATION
  CFLAGS="-O0 -g" \
  CXXFLAGS="-O0 -g" \
  SIPXPBXUSER=dworley \
  JAVAC_DEBUG=on \
  ./configure \
      --cache=$CURRENT/ac-cache \
      --enable-call-examples \
      --enable-slow-tests \
      --disable-doxygen \
      --prefix=$CURRENT/../dir-local \
      --with-apache-modules=$CURRENT/../dir-local/i686/lib/httpd/modules
)

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to