[libdispatch-dev] [PATCH] simplify autogen.sh

Paolo Bonzini bonzini at gnu.org
Mon Oct 26 00:50:49 PDT 2009


This is all that is needed, actually.
---
 autogen.sh |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index d4668c6..b83e6e7 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,9 +2,5 @@
 #
 #
 #
-libtoolize --copy --force
-aclocal
-autoheader
-automake -a -c --foreign
-autoconf
+autoreconf -fvi
 
-- 
1.6.2.5




More information about the libdispatch-dev mailing list