Rev: src/nettle/ChangeLog:1.262
Rev: src/nettle/configure.ac:1.38
+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)=''
# 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