aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2007-02-14 16:35:47 +0000
committerMark McLoughlin <markmc@redhat.com>2007-02-14 16:35:47 +0000
commit081c8d435c7527d042132d7478e060d3e7f4a01a (patch)
tree3f5528234917eb4d9006458e9d13340670c045eb /autogen.sh
parentTue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> (diff)
downloadlibvirt-081c8d435c7527d042132d7478e060d3e7f4a01a.tar.gz
libvirt-081c8d435c7527d042132d7478e060d3e7f4a01a.tar.bz2
libvirt-081c8d435c7527d042132d7478e060d3e7f4a01a.zip
Tue Feb 14 16:35:56 IST 2007 Mark McLoughlin <markmc@redhat.com>
* autogen.sh: run autoheader before automake
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b3e6e75e8..97b636dac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,8 +58,8 @@ autopoint --force
#rm -rf m4
libtoolize --copy --force
aclocal -I m4
-automake --add-missing
autoheader
+automake --add-missing
autoconf
cd $THEDIR