summaryrefslogtreecommitdiff
path: root/devel/autoconf268/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
commit4f34d33d51ee63bd1df8ccf478ee67fef78a2c01 (patch)
treeb5f08bb04a454fc7206b55ea585ad7f1584fcb22 /devel/autoconf268/pkg-descr
parentRemove my previous changes - this is handled better elsewhere (diff)
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Notes
Notes: svn path=/head/; revision=2321
Diffstat (limited to 'devel/autoconf268/pkg-descr')
-rw-r--r--devel/autoconf268/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/autoconf268/pkg-descr b/devel/autoconf268/pkg-descr
new file mode 100644
index 000000000000..61da7cbcafe8
--- /dev/null
+++ b/devel/autoconf268/pkg-descr
@@ -0,0 +1,7 @@
+Autoconf is an extensible package of m4 macros that produce shell
+scripts to automatically configure software source code packages.
+These scripts can adapt the packages to many kinds of UNIX-like
+systems without manual user intervention. Autoconf creates a
+configuration script for a package from a template file that lists the
+operating system features that the package can use, in the form of m4
+macro calls.