]> git.saurik.com Git - wxWidgets.git/blob - utils/configure.in
Only build HelpGen in wxBase, since it will #error (this will maybe fix
[wxWidgets.git] / utils / 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 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
7 USE_GUI=$wx_cv_use_gui
8 AC_SUBST(GL_TOOLKIT_DIR)
9 AC_SUBST(USE_GUI)
10
11 AC_OUTPUT([
12 Makefile
13 makegen/Makefile
14 HelpGen/Makefile
15 HelpGen/src/Makefile
16 tex2rtf/Makefile
17 tex2rtf/src/Makefile
18 hhp2cached/Makefile
19 dialoged/Makefile
20 dialoged/src/Makefile
21 emulator/Makefile
22 emulator/src/Makefile
23 helpview/Makefile
24 helpview/src/Makefile
25 ])