allwinner_a64/android/hardware/qcom/msm8998/json-c/autogen.sh
2018-08-08 17:00:29 +08:00

13 lines
276 B
Bash
Executable file

#!/bin/sh
autoreconf -v --install || exit 1
# If there are any options, assume the user wants to run configure.
# To run configure w/o any options, use ./autogen.sh --configure
if [ $# -gt 0 ] ; then
case "$1" in
--conf*)
shift 1
;;
esac
exec ./configure "$@"
fi