Helmut Grohne <[email protected]> writes:
> Maybe you could later try converting it to dh_auto_configure? Doing so
> would significantly simplify the invocation:
> * debhelper automatically passes --disable-slient-rules unless
> DEB_BUILD_OPTIONS contains "terse".
> * debhelper automatically passes --prefix, --includedir, --infodir and
> --libdir.
> * And of course --build and --host.
Patches welcome :-)
I assume something like the following?
override_dh_auto_configure:
dh_auto_configure -- \
--with-openldap=/usr \
--with-sqlite3=/usr \
--with-libedit=/usr \
--enable-kcm \
--with-hdbdir=/var/lib/heimdal-kdc \
--without-openssl \
--without-krb4
--
Brian May <[email protected]>