From dea21ca899d3ab009c91f831b4366bedabbc5634 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 2 Mar 2004 21:56:49 +0100
Subject: [PATCH] Fixed EXEEXT workaround.

Rev: src/nettle/ChangeLog:1.262
Rev: src/nettle/configure.ac:1.38
---
 ChangeLog    | 4 ++++
 configure.ac | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b062a2de..b8ed0f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-02  Niels Möller  <nisse@lysator.liu.se>
+
+	* configure.ac: Fixed EXEEXT workaround.
+
 2004-03-02  Niels Möller  <niels@s3.kth.se>
 
 	* configure.ac: Added workaround to get the correct $(EXEEXT)=''
diff --git a/configure.ac b/configure.ac
index ae93e991..f35a3be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,9 +58,10 @@ AC_PROG_CC
 # sh script, and foo.exe is a windows executable.
 
 if test "x$CC" = xrntcl ; then
-    AC_MSG_NOTICE([Compiling with rntcl; clearing exeext])
+    AC_MSG_NOTICE([Compiling with rntcl; clearing EXEEXT])
     ac_exeext=''
     ac_cv_exeext=''
+    EXEEXT=''
 fi
 
 AC_PROG_MAKE_SET
-- 
GitLab