added WX_TARGET_LIBRARY_GL to recursive configure substitutions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9df06f5b69
commit
a46ccc25b4
3
samples/configure
vendored
3
samples/configure
vendored
@ -529,6 +529,8 @@ SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
|
||||
PATH_IFS=$wx_cv_path_ifs
|
||||
PROGRAM_EXT=$wx_cv_program_ext
|
||||
WX_TARGET_LIBRARY=$wx_cv_target_library
|
||||
WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
|
||||
|
||||
|
||||
|
||||
|
||||
@ -753,6 +755,7 @@ s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
|
||||
s%@PATH_IFS@%$PATH_IFS%g
|
||||
s%@PROGRAM_EXT@%$PROGRAM_EXT%g
|
||||
s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
|
||||
s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
|
||||
|
||||
CEOF
|
||||
EOF
|
||||
|
@ -9,10 +9,12 @@ AC_SUBST(SAMPLES_SUBDIRS)
|
||||
PATH_IFS=$wx_cv_path_ifs
|
||||
PROGRAM_EXT=$wx_cv_program_ext
|
||||
WX_TARGET_LIBRARY=$wx_cv_target_library
|
||||
WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl
|
||||
|
||||
AC_SUBST(PATH_IFS)
|
||||
AC_SUBST(PROGRAM_EXT)
|
||||
AC_SUBST(WX_TARGET_LIBRARY)
|
||||
AC_SUBST(WX_TARGET_LIBRARY_GL)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user