From: Paul Brossier Date: Tue, 10 May 2005 14:48:29 +0000 (+0000) Subject: bootstrap now uses autoreconf X-Git-Tag: bzr2git~920 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d072c13e563bbd6c46672be9fae17f49c7254028;p=aubio.git bootstrap now uses autoreconf --- diff --git a/bootstrap b/bootstrap index d920730c..6d65bb2a 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,3 @@ #!/bin/sh -set -x -rm -f aclocal.m4 -aclocal -libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf +autoreconf -f -i