Home | History | Annotate | Line # | Download | only in dist
      1 set -x
      2 aclocal || exit 1
      3 libtoolize --force -c || exit 1
      4 automake --add-missing -c --foreign || exit 1
      5 autoconf || exit 1
      6