From 4622024e4c9f4e7b323e0fe0b71f883fcf62501f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 7 Nov 2025 17:53:22 +0000 Subject: [PATCH] add linux git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@621 b9cfdab3-6d41-4d17-bbe4-086880011989 --- configure | 3 +-- m4/ostype/Linux.m4 | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 m4/ostype/Linux.m4 diff --git a/configure b/configure index 1f1e218..0eaa3e9 100755 --- a/configure +++ b/configure @@ -88,14 +88,13 @@ if $feat_vulkan; then FLAGS="$FLAGS -Dbuild_vulkan" fi -printf "Generating Makefile... " +echo "Generating Makefile... " if ! m4 $FLAGS Makefile.m4 > Makefile; then echo "(M4 exited with non-zero status)" rm -f Makefile exit 1 fi -echo "Done" echo "Features:" echo " stb_image : $feat_stb_image" diff --git a/m4/ostype/Linux.m4 b/m4/ostype/Linux.m4 new file mode 100644 index 0000000..efbc50b --- /dev/null +++ b/m4/ostype/Linux.m4 @@ -0,0 +1,2 @@ +dnl $Id$ +define([use_x11])dnl