]>
Commit | Line | Data |
---|---|---|
2224580a VZ |
1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION($Id$)dnl | |
3 | ||
4 | AC_INIT(Makefile.in) | |
5 | ||
22c3fb2b VZ |
6 | IF_GNU_MAKE=$wx_cv_if_gnu_make |
7 | AC_SUBST(IF_GNU_MAKE) | |
8 | ||
2224580a VZ |
9 | AC_OUTPUT([ |
10 | Makefile | |
11 | bombs/Makefile | |
12 | dbbrowse/Makefile | |
13 | forty/Makefile | |
14 | fractal/Makefile | |
15 | life/Makefile | |
16 | poem/Makefile | |
17 | ]) |