From 0cb5e1160f6206cc32070f1bc0cf32f5d5e1476f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 7 Nov 2025 21:47:50 +0000 Subject: [PATCH] m4 git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@634 b9cfdab3-6d41-4d17-bbe4-086880011989 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index dd6f029..b6409d4 100755 --- a/configure +++ b/configure @@ -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