]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/configure
changes to allow making samples/demos with non GNU make as well
[wxWidgets.git] / demos / configure
index 64e6c8917074b281e43636750a34306a3ed73782..7c762cba56877a94617157feda96cd3f9a1a5d52 100755 (executable)
@@ -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,9 @@ 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 +678,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