]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_auto_configure
index f08c0f6f5d2e47715742f4c2b1cdafd537b05893..e1ca7af25b41a1cfcfea733672663e81457ef43a 100755 (executable)
@@ -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<dh_auto_configure> 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<dpkg-buildflags(1)> manual page. They will be
-preferred over directly exported their counterparts (CFLAGS, CXXFLAGS, LDFLAGS
-etc.).
-
 =head1 OPTIONS
 
 See L<debhelper(7)/B<BUILD SYSTEM OPTIONS>> for a list of common build
@@ -42,9 +37,8 @@ system selection and control options.
 
 =item B<--> I<params>
 
-Pass I<params> to the program that is run, after the standard
-parameters that B<dh_auto_configure> passes. This can be used to supplement
-or override those parameters. For example:
+Pass I<params> to the program that is run, after the parameters that
+B<dh_auto_configure> usually passes. For example:
 
   dh_auto_configure -- --with-foo --enable-bar