]> git.saurik.com Git - wxWidgets.git/blob - demos/configure.in
3409f915560b6bc844e2aee553204d6fbd0890c4
[wxWidgets.git] / demos / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Id$)dnl
3
4 AC_INIT(Makefile.in)
5
6 dnl we need the values the main configure determined for us, so refuse
7 dnl to run if we don't have them
8 if test "x$wx_cv_if_gnu_make" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
10 fi
11
12 IF_GNU_MAKE=$wx_cv_if_gnu_make
13 AC_SUBST(IF_GNU_MAKE)
14
15 AC_OUTPUT([
16 Makefile
17 bombs/Makefile
18 dbbrowse/Makefile
19 forty/Makefile
20 fractal/Makefile
21 life/Makefile
22 poem/Makefile
23 ])