X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..e56aba8dd5d3ede5fccf62ad3693fa76a44c9ccb:/demos/configure?ds=sidebyside diff --git a/demos/configure b/demos/configure index 64e6c89170..6e3d88b1a5 100755 --- a/demos/configure +++ b/demos/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Id +# From configure.in Id: configure.in # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. @@ -523,6 +523,13 @@ fi +if test "x$wx_cv_path_ifs" = "x"; then + { echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; } +fi + +IF_GNU_MAKE=$wx_cv_if_gnu_make + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -675,6 +682,7 @@ s%@includedir@%$includedir%g s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g +s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g CEOF EOF