2000-01-31 18:26:16 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_REVISION($Id$)dnl
|
|
|
|
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
|
2002-01-25 11:59:25 +00:00
|
|
|
IF_GNU_MAKE=$wx_cv_if_gnu_make
|
|
|
|
AC_SUBST(IF_GNU_MAKE)
|
|
|
|
|
2000-01-31 18:26:16 +00:00
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
|
|
|
bombs/Makefile
|
|
|
|
dbbrowse/Makefile
|
|
|
|
forty/Makefile
|
|
|
|
fractal/Makefile
|
|
|
|
life/Makefile
|
|
|
|
poem/Makefile
|
|
|
|
])
|