depends smgl-fhs &&
depends autoconf &&
depends automake &&
# As long as we run autoreconf in PRE_BUILD, gettext is always
# needed for that.
# Also, (old) gettext may need cvs installed for autoreconf to work.
depends GETTEXT &&
depends libtool &&

optional_depends linux-pam "" "--disable-vlock"  "build vlock" &&
optional_depends GETTEXT \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&
optional_depends check \
                 "--enable-tests" \
                 "--disable-tests" \
                 "to build unit tests"
