projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6a2d6f1
)
added m4 directory to search path for aclocal. As suggested by Michel Van den Bergh
author
Arun Persaud
<arun@nubati.net>
Sat, 14 Apr 2012 22:37:05 +0000 (15:37 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sat, 14 Apr 2012 22:37:05 +0000 (15:37 -0700)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
c05a705
..
8f9cc3b
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-19,7
+19,7
@@
#
# See the file ChangeLog for a revision history.
-aclocal \
+aclocal -I m4 \
&& autoheader \
&& automake --add-missing \
&& autoconf
\ No newline at end of file