aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b1376df5a4a149f6e41d8722224f7f61445aba8e (plain)
1
2
3
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"