RaphaelRochet left a comment (geany/geany-plugins#1383)
6447 is the "yes:" line. Autogen outputs `is m4_require'd but not m4_defun'd`
just after that part. But had no luck finding out what that means :(
I guess some chunk of code is missing here, causing that syntax error.
```
...
if test "x$ac_ct_CC" = x; then
CC=""
else
case $cross_compiling:$ac_tool_warned in
yes:
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not
prefixed with host triplet" >&5
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host
triplet" >&2;}
ac_tool_warned=yes ;;
esac
CC=$ac_ct_CC
fi
else
CC="$ac_cv_prog_CC"
fi
...
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1383#issuecomment-2900570159
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1383/[email protected]>