Files
oniguruma/autogen.sh
2018-01-24 16:34:27 +09:00

10 lines
219 B
Bash
Executable File

#!/bin/sh
# autogen.sh for Oniguruma
echo "Generating autotools files."
#autoreconf --install --force --symlink || exit 1
autoreconf --install --force || exit 1
echo ""
echo "Run ./configure, make, and make install."