1 dnl Process this file with autoconf to produce a configure script.
6 dnl we need the values the main configure determined for us, so refuse
7 dnl to run if we don't have them
8 if test "x$wx_cv_path_ifs" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
19 AC_CHECK_HEADER(esd.h, [
20 AC_CHECK_LIB(esd, esd_close, [
25 if test "$ESD_LINK" != "" ; then
26 echo "ESound detected"
32 PATH_IFS=$wx_cv_path_ifs
33 WX_TARGET_LIBRARY=$wx_cv_target_library
34 WX_TARGET_LIBRARY_TYPE=$wx_cv_target_libtype
35 WX_LIBRARY_BASENAME=$wx_cv_library_basename
36 WX_RELEASE=$wx_cv_release
37 WX_CURRENT=$wx_cv_current
38 WX_REVISION=$wx_cv_revision
43 AC_SUBST(WX_TARGET_LIBRARY)
44 AC_SUBST(WX_TARGET_LIBRARY_TYPE)
45 AC_SUBST(WX_LIBRARY_BASENAME)
69 samples/mmedia/Makefile
71 samples/ogl/ogledit/Makefile
72 samples/ogl/studio/Makefile
75 samples/canvas/Makefile
76 samples/canvas/test/Makefile
77 samples/canvas/simple/Makefile
78 samples/gizmos/Makefile
79 samples/gizmos/editlbox/Makefile
80 samples/gizmos/dynsash/Makefile
81 samples/gizmos/dynsash_switch/Makefile
82 samples/gizmos/multicell/Makefile
83 samples/gizmos/splittree/Makefile
84 samples/gizmos/led/Makefile
87 samples/applet/Makefile
89 samples/fl/fl_demo1/Makefile
90 samples/fl/fl_demo2/Makefile
91 samples/fl/fl_sample1/Makefile
92 samples/fl/fl_sample2/Makefile
93 samples/fl/fl_sample3/Makefile
96 utils/wxrcedit/Makefile
97 utils/convertrc/Makefile