diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-11 14:53:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-11 14:53:58 -0400 |
commit | e5fbf2c660a99ab58837f1b9829f8faac7d8fc77 (patch) | |
tree | 1e22d3ecf3c5b7e5817fbdae85b15edbcfd401f5 /dh_auto_configure | |
parent | 01e9d76b1d45249f24e52a76fcbefa2a68db2ac1 (diff) | |
parent | 4e6b4536d7611a303b4e57de932dce5bd07ee93f (diff) | |
download | debhelper-e5fbf2c660a99ab58837f1b9829f8faac7d8fc77.tar.gz |
Merge branch 'master' into buildsystems
Conflicts:
debian/changelog
dh_auto_configure
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-x | dh_auto_configure | 7 |
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 |