From: Joey Hess Date: Fri, 8 May 2009 17:13:26 +0000 (-0400) Subject: dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256 X-Git-Tag: 7.2.10~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0cd329f4736b8d1178a543e2540478597c22dcc3;p=debhelper.git dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256 --- diff --git a/debian/changelog b/debian/changelog index 3b9e42a..0536919 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ debhelper (7.2.10) UNRELEASED; urgency=low * Close COMPAT_IN filehandle. Closes: #527464 + * dh_auto_configure: Clarify man page re adding configure + parameters. Closes: #527256 -- Joey Hess Thu, 07 May 2009 16:33:25 -0400 diff --git a/dh_auto_configure b/dh_auto_configure index f06bf72..da1f751 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -33,7 +33,9 @@ you're encouraged to skip using dh_auto_configure at all, and just run Pass "params" to the program that is run, after the standard parameters that dh_auto_configure passes. This can be used to supplement -or override those parameters. +or override those parameters. For example: + + dh_auto_configure -- --with-foo --enable-bar =back