changes to allow making samples/demos with non GNU make as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-25 11:59:25 +00:00
parent b7043674e7
commit 22c3fb2ba3
6 changed files with 19 additions and 3 deletions

6
demos/configure vendored
View File

@@ -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

View File

@@ -3,6 +3,9 @@ AC_REVISION($Id$)dnl
AC_INIT(Makefile.in)
IF_GNU_MAKE=$wx_cv_if_gnu_make
AC_SUBST(IF_GNU_MAKE)
AC_OUTPUT([
Makefile
bombs/Makefile