diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-08 13:13:26 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-08 13:13:26 -0400 |
commit | 0cd329f4736b8d1178a543e2540478597c22dcc3 (patch) | |
tree | fea303ba15e1b3d7908fb40ea2d14fe1cc732777 /dh_auto_configure | |
parent | 94f05f40141f7005a711850eee8f5f7566c3a647 (diff) | |
download | debhelper-0cd329f4736b8d1178a543e2540478597c22dcc3.tar.gz |
dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-x | dh_auto_configure | 4 |
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 |