From: Niels Möller Date: Tue, 2 Mar 2004 20:56:49 +0000 (+0100) Subject: Fixed EXEEXT workaround. X-Git-Tag: nettle_1.10_release_20040305~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea21ca899d3ab009c91f831b4366bedabbc5634;p=thirdparty%2Fnettle.git Fixed EXEEXT workaround. Rev: src/nettle/ChangeLog:1.262 Rev: src/nettle/configure.ac:1.38 --- diff --git a/ChangeLog b/ChangeLog index b062a2de..b8ed0f5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-02 Niels Möller + + * configure.ac: Fixed EXEEXT workaround. + 2004-03-02 Niels Möller * 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