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
LSH
lsh
Commits
11b847e7
Commit
11b847e7
authored
Oct 26, 2004
by
Niels Möller
Browse files
(LSH_DEPENDENCY_TRACKING): Need extra quoting in
case pattern. Rev: ChangeLog:1.811 Rev: acinclude.m4:1.24
parent
4dacc878
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
11b847e7
2004-10-26 Niels Mller <nisse@lysator.liu.se>
* acinclude.m4 (LSH_DEPENDENCY_TRACKING): Need extra quoting in
case pattern.
2004-10-20 Niels Mller <niels@s3.kth.se>
* acinclude.m4 (LSH_DEPENDENCY_TRACKING): Disable dependency
...
...
acinclude.m4
View file @
11b847e7
...
...
@@ -480,7 +480,7 @@ DEP_PROCESS='true'
if test x$GCC = xyes; then
gcc_version=`gcc --version | head -1`
case "$gcc_version" in
2.*|*[^1-9.]2.*)
2.*|*[
[
^1-9.]
]
2.*)
AC_MSG_WARN([Dependency tracking disabled, gcc-3.x is 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