git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@634 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 21:47:50 +00:00
parent 4417c26678
commit 0cb5e1160f

3
configure vendored
View File

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