bootstrap
changeset 2071 00c4ce4f4170
parent 2015 5e51c9eb5e83
child 2103 a979fcdda073
equal deleted inserted replaced
4:6914edb1d2e8 5:afbbe0cade1a
    78 quiet || echo "Try using 'autoreconf -vi' instead of this."
    78 quiet || echo "Try using 'autoreconf -vi' instead of this."
    79 
    79 
    80 set -e
    80 set -e
    81 quiet || set -x
    81 quiet || set -x
    82 
    82 
       
    83 autopoint
    83 $aclocal -I m4
    84 $aclocal -I m4
    84 (quiet && exec > /dev/null; libtoolize --force --copy)
    85 (quiet && exec > /dev/null; libtoolize --force --copy)
    85 $autoconf
    86 $autoconf
    86 $autoheader
    87 $autoheader
    87 $automake --add-missing --copy --gnu
    88 $automake --add-missing --copy --gnu