Codebase list pinpoint / HEAD autogen.sh
HEAD

Tree @HEAD (Download .tar.gz)

autogen.sh @HEADraw · history · blame

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