Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d03cbad0
Commit
d03cbad0
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
8e107bec
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/nettle/ChangeLog
View file @
d03cbad0
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)=''
...
...
src/nettle/configure.ac
View file @
d03cbad0
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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