summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-20 15:50:11 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-20 15:50:11 -0400
commita843fb46e30ab4795a032a0a48e35a30b5c7299d (patch)
tree66a015f051ad5b83bcd3eba9566d872134af7108 /Debian/Debhelper/Dh_Buildsystems.pm
parent0f0e1958b7a71c6323703bbe6415f2f333555f88 (diff)
rename autotools to autoconf
It seems bette to use the more specific name in case we later want a separate module for automake.
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index a9885bb8..afb03dd7 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -16,7 +16,7 @@ our @EXPORT=qw(&buildsystems_init &buildsystems_do &load_buildsystem);
# Historical order must be kept for backwards compatibility. New
# buildsystems MUST be added to the END of the list.
our @BUILDSYSTEMS = (
- "autotools",
+ "autoconf",
"perl_makemaker",
"makefile",
"python_distutils",