git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec9657
)
Run autoreconf with -i parameter.
author
Richard Jones
<rjones@redhat.com>
Wed, 1 Apr 2009 11:57:25 +0000
(12:57 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 1 Apr 2009 11:57:25 +0000
(12:57 +0100)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
fa2af25
..
3f97995
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-23,8
+23,8
@@
set -v
export AUTOMAKE='automake --foreign'
aclocal
libtoolize
-autoreconf
+autoreconf
-i
pushd daemon
-autoreconf
+autoreconf
-i
popd
./configure "$@"