source: emailtotracscript/trunk/configure.in @ 21

Last change on this file since 21 was 21, checked in by bas, 18 years ago

EmailtoTracScript?:

email2trac:

  • Added configure/configure.in, aclocal.m4 and configure Makefile.in
  • Removed Makefile
  • Fixed bug in email2trac.py
File size: 130 bytes
RevLine 
[21]1AC_INIT(email2trac.py)
2AC_SUBST(prefix)
3AC_SUBST(exec_prefix)
4AC_SUBST(pyexecdir)
5
6AM_PATH_PYTHON
7
8AC_OUTPUT(
9        Makefile
10        )
Note: See TracBrowser for help on using the repository browser.