]> git.saurik.com Git - wxWidgets.git/blame - utils/configure.in
Removed odbc.cpp
[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
1fd16ce1
VZ
6dnl we need the values the main configure determined for us, so refuse
7dnl to run if we don't have them
eff41ee7 8if test "x$wx_cv_use_gui" = "x"; then
1fd16ce1
VZ
9 AC_MSG_ERROR([Please run configure from the top level directory.])
10fi
11
48fe8374 12GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
27635a90 13USE_GUI=$wx_cv_use_gui
5e66eee1 14USE_RESOURCES=$wx_cv_use_resources
48fe8374 15AC_SUBST(GL_TOOLKIT_DIR)
27635a90 16AC_SUBST(USE_GUI)
5e66eee1 17AC_SUBST(USE_RESOURCES)
48fe8374
VZ
18
19AC_OUTPUT([
20 Makefile
48fe8374
VZ
21 makegen/Makefile
22 HelpGen/Makefile
23 HelpGen/src/Makefile
24 tex2rtf/Makefile
25 tex2rtf/src/Makefile
26 hhp2cached/Makefile
27 dialoged/Makefile
28 dialoged/src/Makefile
3373d6bf
JS
29 emulator/Makefile
30 emulator/src/Makefile
71ee9e9f
JS
31 helpview/Makefile
32 helpview/src/Makefile
48fe8374 33 ])