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