* m4/csharpcomp.m4 (gt_CSHARPCOMP): Try 'dotnet' also when
--enable-csharp=dotnet is not specified.
+2024-10-09 Bruno Haible <bruno@clisp.org>
+
+ csharpcomp-script: Recognize dotnet even without --enable-csharp=dotnet.
+ * m4/csharpcomp.m4 (gt_CSHARPCOMP): Try 'dotnet' also when
+ --enable-csharp=dotnet is not specified.
+
2024-10-08 Bruno Haible <bruno@clisp.org>
csharpcomp: Add support for dotnet.
# csharpcomp.m4
-# serial 10
+# serial 11
dnl Copyright (C) 2003-2005, 2007, 2009-2024 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
popdef([AC_MSG_RESULT])dnl
popdef([AC_CHECKING])dnl
popdef([AC_MSG_CHECKING])dnl
- for impl in "$CSHARP_CHOICE" mono sscli no; do
+ for impl in "$CSHARP_CHOICE" mono dotnet sscli no; do
case "$impl" in
mono)
if test -n "$HAVE_MCS_IN_PATH" \