summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-11 14:53:58 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-11 14:53:58 -0400
commite5fbf2c660a99ab58837f1b9829f8faac7d8fc77 (patch)
tree1e22d3ecf3c5b7e5817fbdae85b15edbcfd401f5 /dh_auto_configure
parent01e9d76b1d45249f24e52a76fcbefa2a68db2ac1 (diff)
parent4e6b4536d7611a303b4e57de932dce5bd07ee93f (diff)
Merge branch 'master' into buildsystems
Conflicts: debian/changelog dh_auto_configure
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure7
1 files changed, 5 insertions, 2 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index 416c25b3..34d6298a 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -31,8 +31,11 @@ you're encouraged to skip using dh_auto_configure at all, and just run
=item B<--> I<params>
-Pass "params" to the program that is run. These can be used to supplement
-or override the standard parameters that dh_auto_configure passes.
+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. For example:
+
+ dh_auto_configure -- --with-foo --enable-bar
=back