summaryrefslogtreecommitdiffstats
path: root/devel/autoconf/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf/DETAILS')
-rwxr-xr-xdevel/autoconf/DETAILS24
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/autoconf/DETAILS b/devel/autoconf/DETAILS
index f902c73fdc..0ef2fc9858 100755
--- a/devel/autoconf/DETAILS
+++ b/devel/autoconf/DETAILS
@@ -1,8 +1,8 @@
SPELL=autoconf
- VERSION=2.62
+ VERSION=2.64
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
@@ -13,15 +13,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="devel"
- SHORT="autoconf produces shell scripts which automatically configure source code."
+ SHORT="shell scripts which automatically configure source code"
cat << EOF
-autoconf - Produces shell scripts which automatically configure source
-code
-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 requires GNU m4. You must install GNU m4
-before configuring autoconf, so that Autoconf's configure script can
-find it. The configuration scripts produced by auto conf are
-self-contained, so their users do not need to have autoconf or GNU m4.
+autoconf - Produces shell scripts which automatically configure source code.
+
+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
+requires GNU m4. You must install GNU m4 before configuring autoconf, so that
+Autoconf's configure script can find it. The configuration scripts produced by
+autoconf are self-contained, so their users do not need to have autoconf or GNU
+m4.
EOF