Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
dea21ca8
Commit
dea21ca8
authored
Mar 02, 2004
by
Niels Möller
Browse files
Fixed EXEEXT workaround.
Rev: src/nettle/ChangeLog:1.262 Rev: src/nettle/configure.ac:1.38
parent
cf68b73a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
dea21ca8
2004-03-02 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Fixed EXEEXT workaround.
2004-03-02 Niels Mller <niels@s3.kth.se>
* configure.ac: Added workaround to get the correct $(EXEEXT)=''
...
...
configure.ac
View file @
dea21ca8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment