diff options
author | Niels Thykier <niels@thykier.net> | 2016-01-10 15:11:32 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-01-10 15:11:32 +0000 |
commit | cf973046a7024a32b4be8752528ac67079a837e9 (patch) | |
tree | 3e9647e280da376365c417aeb34aba8249396465 | |
parent | 7d281860b76e965d8c2ac25d57b1fd15a4a7e05c (diff) | |
download | debhelper-cf973046a7024a32b4be8752528ac67079a837e9.tar.gz |
dh_update_autotools_config: Fix B<>-tag
Signed-off-by: Niels Thykier <niels@thykier.net>
-rwxr-xr-x | dh_update_autotools_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_update_autotools_config b/dh_update_autotools_config index 26ea0284..877d056a 100755 --- a/dh_update_autotools_config +++ b/dh_update_autotools_config @@ -16,7 +16,7 @@ B<dh_update_autotools_config> [S<I<debhelper options>>] =head1 DESCRIPTION -B<dh_update_autotools_config replaces all occurances of B<config.sub> +B<dh_update_autotools_config> replaces all occurances of B<config.sub> and B<config.guess> in the source tree by the up-to-date versions found in the autotools-dev package. The original files are backed up and restored by B<dh_clean>. |