X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_auto_configure;h=e1ca7af25b41a1cfcfea733672663e81457ef43a;hb=5006fe3e430184babe721aa87cb41749f8be9648;hp=f08c0f6f5d2e47715742f4c2b1cdafd537b05893;hpb=fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9;p=debhelper.git diff --git a/dh_auto_configure b/dh_auto_configure index f08c0f6..e1ca7af 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -28,11 +28,6 @@ This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using B at all, and just run F<./configure> or its equivalent manually. -In order to override standard build flags, export appropriate environment -variables as documented in the L manual page. They will be -preferred over directly exported their counterparts (CFLAGS, CXXFLAGS, LDFLAGS -etc.). - =head1 OPTIONS See L> for a list of common build @@ -42,9 +37,8 @@ system selection and control options. =item B<--> I -Pass I to the program that is run, after the standard -parameters that B passes. This can be used to supplement -or override those parameters. For example: +Pass I to the program that is run, after the parameters that +B usually passes. For example: dh_auto_configure -- --with-foo --enable-bar