Codebase list kbd / debian/1.15.3-3 autogen.sh
debian/1.15.3-3

Tree @debian/1.15.3-3 (Download .tar.gz)

autogen.sh @debian/1.15.3-3raw · history · blame

#!/bin/sh -efu

OPT=
[ "${1-}" != '-f' ] || OPT=-f

autoreconf -iv $OPT

echo
echo "Now type '${0%/*}/configure' and 'make' to compile."
echo