From 88fc9b0c8d533b28f175d8903f83ddfee44a07e4 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 7 Nov 2025 19:49:14 +0000 Subject: [PATCH] wtf git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@629 b9cfdab3-6d41-4d17-bbe4-086880011989 --- configure | 2 +- m4/util/my_syscmd.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 801ce25..dd6f029 100755 --- a/configure +++ b/configure @@ -99,7 +99,7 @@ fi echo "Generating Makefile... " -if ! m4 -G $FLAGS Makefile.m4 > Makefile; then +if ! m4 $FLAGS Makefile.m4 > Makefile; then echo "(M4 exited with non-zero status)" rm -f Makefile exit 1 diff --git a/m4/util/my_syscmd.m4 b/m4/util/my_syscmd.m4 index 61e71cc..d08ad4f 100644 --- a/m4/util/my_syscmd.m4 +++ b/m4/util/my_syscmd.m4 @@ -1,2 +1,2 @@ dnl $Id$ -define([my_syscmd],[syscmd([$1 > syscmd.out])include(syscmd.out)syscmd([sh -c "rm -f syscmd.out"])])dnl +define([my_syscmd],[syscmd([$1 > my_syscmd_out.out])include(my_syscmd_out.out)syscmd([sh -c "rm -f my_syscmd_out.out"])])dnl