mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
wtf
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@629 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -99,7 +99,7 @@ fi
|
|||||||
|
|
||||||
echo "Generating Makefile... "
|
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)"
|
echo "(M4 exited with non-zero status)"
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
dnl $Id$
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user