wx_cv_revision=${WX_REVISION}
wx_cv_age=${WX_AGE}
wx_cv_use_gui=${USE_GUI}
+wx_cv_use_resources=${wxUSE_RESOURCES}
export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
wx_cv_path_ifs wx_cv_program_ext \
wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype \
wx_cv_library_basename wx_cv_release wx_cv_current wx_cv_revision wx_cv_age \
- wx_cv_use_gui
+ wx_cv_use_gui wx_cv_use_resources
subdirs="demos samples utils contrib"
wx_cv_revision=${WX_REVISION}
wx_cv_age=${WX_AGE}
wx_cv_use_gui=${USE_GUI}
+wx_cv_use_resources=${wxUSE_RESOURCES}
export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
wx_cv_path_ifs wx_cv_program_ext \
wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype \
wx_cv_library_basename wx_cv_release wx_cv_current wx_cv_revision wx_cv_age \
- wx_cv_use_gui
+ wx_cv_use_gui wx_cv_use_resources
AC_CONFIG_SUBDIRS(demos samples utils contrib)
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
USE_GUI=$wx_cv_use_gui
+USE_RESOURCES=$wx_cv_use_resources
+
s%@mandir@%$mandir%g
s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
s%@USE_GUI@%$USE_GUI%g
+s%@USE_RESOURCES@%$USE_RESOURCES%g
CEOF
EOF
GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
USE_GUI=$wx_cv_use_gui
+USE_RESOURCES=$wx_cv_use_resources
AC_SUBST(GL_TOOLKIT_DIR)
AC_SUBST(USE_GUI)
+AC_SUBST(USE_RESOURCES)
AC_OUTPUT([
Makefile
+USE_RESOURCES=@USE_RESOURCES@
+
all:
- cd src; $(MAKE)
+ if test "$(USE_RESOURCES)" = "yes"; then cd src; $(MAKE); fi
clean:
cd src; $(MAKE) clean