aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf262/pkg-descr
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-12 15:11:56 +0800
committerasami <asami@FreeBSD.org>1995-10-12 15:11:56 +0800
commit20a65b519d26ae01558df4daf8560954922f1043 (patch)
tree35435c0c09a2278047761e12b678618e34f45752 /devel/autoconf262/pkg-descr
parent548a47f5e07749c15f1aa77904ce0e5e6e6ec0ec (diff)
downloadfreebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.tar.gz
freebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.tar.zst
freebsd-ports-graphics-20a65b519d26ae01558df4daf8560954922f1043.zip
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Diffstat (limited to 'devel/autoconf262/pkg-descr')
-rw-r--r--devel/autoconf262/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/autoconf262/pkg-descr b/devel/autoconf262/pkg-descr
new file mode 100644
index 00000000000..61da7cbcafe
--- /dev/null
+++ b/devel/autoconf262/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.