Ignore:
Timestamp:
09/29/06 09:27:12 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Changed some layout statements

configure, Makefile.in, configure.in:

  • Can set DEBUG value on command line; eg: DEBUG=1 ./configure default is: 0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/configure.in

    r24 r109  
    1414AC_SUBST(sysconfdir)
    1515
     16#DEBUG=0
     17
    1618AM_PATH_PYTHON
    1719AC_PROG_GCC_TRADITIONAL
     20
     21if test "x$DEBUG" = "x";then
     22  DEBUG=0
     23fi
     24AC_SUBST(DEBUG)
    1825
    1926# Now a user can specify the TRAC user
Note: See TracChangeset for help on using the changeset viewer.