]> Savannah Git Hosting - gnulib.git/commitdiff
csharpcomp-script: Recognize dotnet even without --enable-csharp=dotnet.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 14:33:02 +0000 (16:33 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 14:33:02 +0000 (16:33 +0200)
* m4/csharpcomp.m4 (gt_CSHARPCOMP): Try 'dotnet' also when
--enable-csharp=dotnet is not specified.

ChangeLog
m4/csharpcomp.m4

index 5e36a3f4be1381355652624f4ac0dd0396a6cc02..5440802d0e5a5703247d9eaadf8cae33ce19b64e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 8465e85d77bda3f9b4c9a1f191958f0552cdbd39..7a920124842450e84493c49630a7342e6235bd8f 100644 (file)
@@ -1,5 +1,5 @@
 # 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,
@@ -24,7 +24,7 @@ AC_DEFUN([gt_CSHARPCOMP],
   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" \