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
cef76ea4
Commit
cef76ea4
authored
Nov 24, 2004
by
Niels Möller
Browse files
Fixed typo, preventing the creation of dependency
files. Rev: src/nettle/ChangeLog:1.307 Rev: src/nettle/configure.ac:1.56
parent
3b91d299
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cef76ea4
2004-11-24 Niels Mller <niels@s3.kth.se>
* configure.ac: Fixed typo, preventing the creation of dependency
files.
2004-11-23 Niels Mller <nisse@lysator.liu.se>
* Makefile.in: Use DEP_INCLUDE.
...
...
configure.ac
View file @
cef76ea4
...
...
@@ -86,7 +86,7 @@ AC_PROG_INSTALL
LSH_DEPENDENCY_TRACKING
if test x$dependency_tracking = xyes ; then
if test x$
enable_
dependency_tracking = xyes ; then
# Since the makefiles use include to get the dependency files, we must
# make sure that the files exist. We generate some more files than are
# actually needed.
...
...
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