git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@628 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-11-07 19:43:02 +00:00
commit 6bb6e4c119
5 changed files with 8 additions and 5 deletions

2
configure vendored
View file

@ -99,7 +99,7 @@ fi
echo "Generating Makefile... "
if ! m4 $FLAGS Makefile.m4 > Makefile; then
if ! m4 -G $FLAGS Makefile.m4 > Makefile; then
echo "(M4 exited with non-zero status)"
rm -f Makefile
exit 1