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
9 dnl note that the only one we use here if wx_cv_if_gnu_make but we can't test
10 dnl for this because it may perfectly well be empty (if we're using GNU make),
11 dnl so use something else
12 if test "x$wx_cv_path_ifs" = "x"; then
13 AC_MSG_ERROR([Please run configure from the top level directory.])
16 IF_GNU_MAKE=$wx_cv_if_gnu_make