home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / demos / configure.in < prev    next >
Text File  |  2002-01-26  |  440b  |  18 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_REVISION($Id: configure.in,v 1.2 2002/01/25 11:59:25 VZ Exp $)dnl
  3.  
  4. AC_INIT(Makefile.in)
  5.  
  6. IF_GNU_MAKE=$wx_cv_if_gnu_make
  7. AC_SUBST(IF_GNU_MAKE)
  8.  
  9. AC_OUTPUT([
  10.             Makefile
  11.             bombs/Makefile
  12.             dbbrowse/Makefile
  13.             forty/Makefile
  14.             fractal/Makefile
  15.             life/Makefile
  16.             poem/Makefile
  17.          ])
  18.