2000-01-31 13:26:16 -05:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_REVISION($Id$)dnl
|
|
|
|
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
|
2003-01-15 17:04:32 -05:00
|
|
|
dnl we need the values the main configure determined for us, so refuse
|
|
|
|
dnl to run if we don't have them
|
2003-01-16 07:58:02 -05:00
|
|
|
dnl
|
|
|
|
dnl note that the only one we use here if wx_cv_if_gnu_make but we can't test
|
|
|
|
dnl for this because it may perfectly well be empty (if we're using GNU make),
|
|
|
|
dnl so use something else
|
|
|
|
if test "x$wx_cv_path_ifs" = "x"; then
|
2003-01-15 17:04:32 -05:00
|
|
|
AC_MSG_ERROR([Please run configure from the top level directory.])
|
|
|
|
fi
|
|
|
|
|
2002-01-25 06:59:25 -05:00
|
|
|
IF_GNU_MAKE=$wx_cv_if_gnu_make
|
|
|
|
AC_SUBST(IF_GNU_MAKE)
|
|
|
|
|
2000-01-31 13:26:16 -05:00
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
|
|
|
bombs/Makefile
|
|
|
|
dbbrowse/Makefile
|
|
|
|
forty/Makefile
|
|
|
|
fractal/Makefile
|
|
|
|
life/Makefile
|
|
|
|
poem/Makefile
|
|
|
|
])
|