bootstrap
changeset 2012 224cd6aacfc1
parent 1348 115e42a5b0f7
child 2015 5e51c9eb5e83
equal deleted inserted replaced
2:b9736ec554d2 3:7cd919f612a5
    65 then
    65 then
    66   autoconf=autoconf-$acver
    66   autoconf=autoconf-$acver
    67   autoheader=autoheader-$acver
    67   autoheader=autoheader-$acver
    68 fi
    68 fi
    69 
    69 
       
    70 echo "Try using 'autoreconf -vi' instead of this."
       
    71 
    70 set -x
    72 set -x
    71 $aclocal -I config \
    73 $aclocal -I m4 \
    72 && libtoolize --force --copy \
    74 && libtoolize --force --copy \
       
    75 && $autoconf \
    73 && $autoheader \
    76 && $autoheader \
    74 && $automake --add-missing --copy --gnu \
    77 && $automake --add-missing --copy --gnu
    75 && $autoconf