summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dh b/dh
index 8327b64a..08a66bb2 100755
--- a/dh
+++ b/dh
@@ -167,6 +167,15 @@ default. This is how to use dh_pycentral instead.
%:
dh $@ --with python-central
+If your package uses autotools and you want to freshen config.sub and
+config.guess with newer versions from the autotools-dev package
+at build time, you can use some commands provided in autotools-dev
+that automate it, like this.
+
+ #!/usr/bin/make -f
+ %:
+ dh $@ --with autotools_dev
+
Here is how to force use of perl's Module::Build build system,
which can be necessary if debhelper wrongly detects that the package
uses MakeMaker.