]>
Commit | Line | Data |
---|---|---|
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 | USE_RESOURCES=$wx_cv_use_resources | |
9 | AC_SUBST(GL_TOOLKIT_DIR) | |
10 | AC_SUBST(USE_GUI) | |
11 | AC_SUBST(USE_RESOURCES) | |
12 | ||
13 | AC_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 | ]) |