root/ossiedev/branches/jsnyder/trunk/system/customInterfaces/configure.ac
@
11049
| Revision 11049, 235 bytes (checked in by Snyder.Jason, 15 months ago) |
|---|
| Line | |
|---|---|
| 1 | AC_INIT(customInterfaces, 0.6.2) |
| 2 | AC_PREREQ(2.59) |
| 3 | |
| 4 | AM_INIT_AUTOMAKE(nostdinc) |
| 5 | AC_CONFIG_MACRO_DIR([m4]) |
| 6 | LT_INIT |
| 7 | AM_PATH_PYTHON([2.5]) |
| 8 | |
| 9 | AC_PROG_CC |
| 10 | AC_PROG_INSTALL |
| 11 | |
| 12 | AC_CONFIG_FILES(Makefile python/Makefile customInterfaces.pc) |
| 13 | AC_OUTPUT |
| 14 |
Note: See TracBrowser
for help on using the browser.