summaryrefslogtreecommitdiffstats
path: root/handbook/poky-doc-tools/autogen.sh
blob: d68a142b839d02016b69adfceb9e741355813c57 (plain)
1
2
3
#! /bin/sh
autoreconf -v --install || exit 1
./configure "$@"