Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
dea21ca8
Commit
dea21ca8
authored
Mar 02, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+2
-1
No files found.
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
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