projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d33a2d
)
Add "-I ." to aclocal options
author
Andre
<maan@p133.(none)>
Mon, 1 May 2006 16:02:31 +0000
(18:02 +0200)
committer
Andre
<maan@p133.(none)>
Mon, 1 May 2006 16:02:31 +0000
(18:02 +0200)
This way, one can put missing m4 files (like pkg.m4) to the paraslash
directory.
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 5c950baa11ce1377e47f7d4d8f9449ee65141a4d..5c3d931d8a4e43c99e46d9b20031d7ee30fe6ccc 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-3,7
+3,7
@@
echo preparing...
if test -f Makefile; then
make maintainer-clean > /dev/null
fi
-aclocal &> /dev/null
+aclocal
-I .
&> /dev/null
autoconf
autoheader
echo configuring...