27 Oct
2009
27 Oct
'09
10:59 p.m.
Revision: 56 http://trac.macosforge.org/projects/libdispatch/changeset/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: -------------- trunk/autogen.sh Modified: trunk/autogen.sh =================================================================== --- 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