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_if_gnu_make" = "x"; then
9 AC_MSG_ERROR([Please run configure from the top level directory.])
12 IF_GNU_MAKE=$wx_cv_if_gnu_make