Index: autoconf-pkg-description.in
===================================================================
--- autoconf-pkg-description.in (nonexistent)
+++ autoconf-pkg-description.in (revision 5)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+autoconf: autoconf @VERSION@ (generate configuration scripts)
+autoconf:
+autoconf: GNU autoconf is an extensible package of m4 macros that produce
+autoconf: shell scripts to automatically configure software source code
+autoconf: packages. These scripts can adapt the packages to many kinds of
+autoconf: UNIX-like systems without manual user intervention. Autoconf creates
+autoconf: a configuration script for a package from a template file that lists
+autoconf: the operating system features that the package can use, in the form
+autoconf: of m4 macro calls. You must install the "m4" package to be able to
+autoconf: use autoconf.
+autoconf: