]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/configure.in
free argv in Unicode build
[wxWidgets.git] / utils / configure.in
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION($Id$)dnl
3
4AC_INIT(Makefile.in)
5
6GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
7USE_GUI=$wx_cv_use_gui
8USE_RESOURCES=$wx_cv_use_resources
9AC_SUBST(GL_TOOLKIT_DIR)
10AC_SUBST(USE_GUI)
11AC_SUBST(USE_RESOURCES)
12
13AC_OUTPUT([
14 Makefile
15 makegen/Makefile
16 HelpGen/Makefile
17 HelpGen/src/Makefile
18 tex2rtf/Makefile
19 tex2rtf/src/Makefile
20 hhp2cached/Makefile
21 dialoged/Makefile
22 dialoged/src/Makefile
23 emulator/Makefile
24 emulator/src/Makefile
25 helpview/Makefile
26 helpview/src/Makefile
27 ])