mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 09:59:45 +00:00
m4
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@634 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id$
|
# $Id$
|
||||||
|
M4=m4
|
||||||
FLAGS=""
|
FLAGS=""
|
||||||
|
|
||||||
target=""
|
target=""
|
||||||
@@ -99,7 +100,7 @@ fi
|
|||||||
|
|
||||||
echo "Generating Makefile... "
|
echo "Generating Makefile... "
|
||||||
|
|
||||||
if ! m4 $FLAGS Makefile.m4 > Makefile; then
|
if ! $M4 $FLAGS Makefile.m4 > Makefile; then
|
||||||
echo "(M4 exited with non-zero status)"
|
echo "(M4 exited with non-zero status)"
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user