m4
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@634 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
4417c26678
commit
0cb5e1160f
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
M4=m4
|
||||
FLAGS=""
|
||||
|
||||
target=""
|
||||
|
|
@ -99,7 +100,7 @@ fi
|
|||
|
||||
echo "Generating Makefile... "
|
||||
|
||||
if ! m4 $FLAGS Makefile.m4 > Makefile; then
|
||||
if ! $M4 $FLAGS Makefile.m4 > Makefile; then
|
||||
echo "(M4 exited with non-zero status)"
|
||||
rm -f Makefile
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue