Codebase list wmforkplop / upstream/0.9.2 autogen.sh
upstream/0.9.2

Tree @upstream/0.9.2 (Download .tar.gz)

autogen.sh @upstream/0.9.2raw · history · blame

1
2
3
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"