]> git.saurik.com Git - wxWidgets.git/blame - utils/configure.in
free argv in Unicode build
[wxWidgets.git] / utils / configure.in
CommitLineData
48fe8374
VZ
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
27635a90 7USE_GUI=$wx_cv_use_gui
5e66eee1 8USE_RESOURCES=$wx_cv_use_resources
48fe8374 9AC_SUBST(GL_TOOLKIT_DIR)
27635a90 10AC_SUBST(USE_GUI)
5e66eee1 11AC_SUBST(USE_RESOURCES)
48fe8374
VZ
12
13AC_OUTPUT([
14 Makefile
48fe8374
VZ
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
3373d6bf
JS
23 emulator/Makefile
24 emulator/src/Makefile
71ee9e9f
JS
25 helpview/Makefile
26 helpview/src/Makefile
48fe8374 27 ])