source:
emailtotracscript/trunk/configure.in
@
21
Last change on this file since 21 was 21, checked in by bas, 17 years ago | |
---|---|
File size: 130 bytes |
Rev | Line | |
---|---|---|
[21] | 1 | AC_INIT(email2trac.py) |
2 | AC_SUBST(prefix) | |
3 | AC_SUBST(exec_prefix) | |
4 | AC_SUBST(pyexecdir) | |
5 | ||
6 | AM_PATH_PYTHON | |
7 | ||
8 | AC_OUTPUT( | |
9 | Makefile | |
10 | ) |
Note: See TracBrowser
for help on using the repository browser.