]>
Commit | Line | Data |
---|---|---|
48fe8374 VZ |
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 | |
27635a90 | 7 | USE_GUI=$wx_cv_use_gui |
5e66eee1 | 8 | USE_RESOURCES=$wx_cv_use_resources |
48fe8374 | 9 | AC_SUBST(GL_TOOLKIT_DIR) |
27635a90 | 10 | AC_SUBST(USE_GUI) |
5e66eee1 | 11 | AC_SUBST(USE_RESOURCES) |
48fe8374 VZ |
12 | |
13 | AC_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 | ]) |