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 / utils / configure.in < prev    next >
Text File  |  2002-07-19  |  666b  |  24 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_REVISION($Id: configure.in,v 1.5 2002/07/16 10:36:00 JS Exp $)dnl
  3.  
  4. AC_INIT(Makefile.in)
  5.  
  6. GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
  7. AC_SUBST(GL_TOOLKIT_DIR)
  8.  
  9. AC_OUTPUT([
  10.             Makefile
  11.             makegen/Makefile
  12.             HelpGen/Makefile
  13.             HelpGen/src/Makefile
  14.             tex2rtf/Makefile
  15.             tex2rtf/src/Makefile
  16.             hhp2cached/Makefile
  17.             dialoged/Makefile
  18.             dialoged/src/Makefile
  19.             emulator/Makefile
  20.             emulator/src/Makefile
  21.             helpview/Makefile
  22.             helpview/src/Makefile
  23.          ])
  24.