]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
merge master
[debhelper.git] / dh_auto_configure
index 416c25b315139c72b6db0eadf2a04afa2b692efe..34d6298a9689fabac816bcc0ef0293e349dabdd1 100755 (executable)
@@ -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