projects
/
hvgrip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5862f0a
)
Fix indentation
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 26 Mar 2014 02:22:57 +0000
(22:22 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:49 +0000
(16:56 -0400)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
22b6ff2
..
8d54a63
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-13,7
+13,8
@@
test -f ${TEST_FILE} || {
}
(autoreconf --version) < /dev/null > /dev/null 2>&1 || {
- echo "Error: You must have autoreconf installed to generate the GNU Build System files."
+ echo "Error: You must have autoreconf installed to generate the" \
+ "GNU Build System files."
exit 1
}