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
fc0e984d
Commit
fc0e984d
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
4f5a2acf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/nettle/ChangeLog
View file @
fc0e984d
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.
...
...
src/nettle/configure.ac
View file @
fc0e984d
...
...
@@ -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
.
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