Although the new WXRC_CHECK is preferred, still allow using AM_PATH_WXRC for
the applications which need to build in both 2.8 and 2.9 environments.
Closes #12069.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64334
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
AC_DEFUN([AM_PATH_WXCONFIG], [
WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5])
])
AC_DEFUN([AM_PATH_WXCONFIG], [
WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5])
])
+AC_DEFUN([AM_PATH_WXRC], [WXRC_CHECK([$1],[$2])])