From 9e6d0f168bf59df9cd829d6ebe63fb08ea9ae01e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 20 Apr 2019 05:58:37 +0000 Subject: Add skel files; add initdefault; remove env-stage2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5aff30e..5d7d438 100755 --- a/configure +++ b/configure @@ -127,7 +127,7 @@ tryldflag () { } getmacro () { - echo "#include <$1>" | $CC_AUTO -v $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3- + echo "#include <$1>" | $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -E -dM - | grep -F -- "$2" | cut -d' ' -f3- } getmacrostring () { -- cgit v1.2.3