Skip to content

Commit

Permalink
Merge pull request #154 from sifive/dont-run-autoreconf
Browse files Browse the repository at this point in the history
[master] Don't run autoreconf in autoconf_wrapper script
  • Loading branch information
nategraff-sifive committed Aug 28, 2019
2 parents 4f5cb0a + efe4f5a commit d89f470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/autoconf_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ case $i in
esac
done

autoreconf -i
./configure ${CONFIGURE_ARGS} --prefix=
make
make DESTDIR=$(pwd)/${INSTALL_DIR} install

0 comments on commit d89f470

Please sign in to comment.