git.asbjorn.biz
/
debian
/
dhcpd-pools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e38c27
)
autogen.sh: typo fix in previous commit
author
Sami Kerola
<kerolasa@iki.fi>
Tue, 8 Feb 2011 18:52:38 +0000
(19:52 +0100)
committer
Sami Kerola
<kerolasa@iki.fi>
Tue, 8 Feb 2011 18:52:38 +0000
(19:52 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
c1c00f6
..
a8112e8
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-51,7
+51,7
@@
ltver=$(libtoolize --version | awk '/^libtoolize/ { print $4 }')
test ${ltver##2.} = "$ltver" && {
echo "You must have libtool version >= 2.x.x, but you have $ltver."
DIE=1
-±}
+}
if test "$DIE" -eq 1; then
exit 1