]> granicus.if.org Git - onig/blob - autogen.sh
refactoring
[onig] / autogen.sh
1 #!/bin/sh
2 # autogen.sh for Oniguruma
3
4 echo "Generating autotools files."
5 #autoreconf --install --force --symlink || exit 1
6 autoreconf --install --force || exit 1
7
8 echo ""
9 echo "Run ./configure, make, and make install."