Revision
56
Author
robert@fledge.watson.org
Date
2009-10-27 15:59:39 -0700 (Tue, 27 Oct 2009)

Log Message

Simply use autoreconf rather than manually invoking various auto*
tools.

Submitted by:	Paolo Bonzini <bonzini@gnu.org>

Modified Paths

Diff

Modified: trunk/autogen.sh (55 => 56)


--- trunk/autogen.sh	2009-10-27 22:58:46 UTC (rev 55)
+++ trunk/autogen.sh	2009-10-27 22:59:39 UTC (rev 56)
@@ -1,10 +1,2 @@
 #!/bin/sh
-#
-#
-#
-libtoolize --copy --force
-aclocal
-autoheader
-automake -a -c --foreign
-autoconf
-
+autoreconf -fvi