Commit 2ee6a89a authored by Ondrej Filip's avatar Ondrej Filip
Browse files

Autoconf replaced by autoreconf

parent f77fb3f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#

set -e
AC=`if [ -x /usr/bin/autoconf2.50 ] ; then echo autoconf2.50 ; else echo autoconf ; fi`
AC=autoreconf
$AC
./configure
make distclean