]>
Commit | Line | Data |
---|---|---|
0106a226 RR |
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 | MOBILE_SUBDIRS=$wx_cv_path_mobilesubdirs | |
7 | AC_SUBST(MOBILE_SUBDIRS) | |
8 | ||
9 | IF_GNU_MAKE=$wx_cv_if_gnu_make | |
10 | PATH_IFS=$wx_cv_path_ifs | |
11 | PROGRAM_EXT=$wx_cv_program_ext | |
12 | WX_TARGET_LIBRARY=$wx_cv_target_library | |
13 | WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl | |
14 | ||
15 | AC_SUBST(IF_GNU_MAKE) | |
16 | AC_SUBST(PATH_IFS) | |
17 | AC_SUBST(PROGRAM_EXT) | |
18 | AC_SUBST(WX_TARGET_LIBRARY) | |
19 | AC_SUBST(WX_TARGET_LIBRARY_GL) | |
20 | ||
21 | AC_OUTPUT([ | |
22 | Makefile | |
23 | wxedit/Makefile | |
24 | ]) |