summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-08 13:13:26 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-08 13:13:26 -0400
commit0cd329f4736b8d1178a543e2540478597c22dcc3 (patch)
treefea303ba15e1b3d7908fb40ea2d14fe1cc732777 /dh_auto_configure
parent94f05f40141f7005a711850eee8f5f7566c3a647 (diff)
dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index f06bf72f..da1f7511 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