diff options
author | Juergen Daubert <jue@jue.li> | 2010-07-05 11:59:21 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-07-05 11:59:21 +0200 |
commit | 14b3181f516deb7b2ef4ceb8b5c5a89ae385811b (patch) | |
tree | a908ebb31d4076204e5d0f2439bc1928d55649bc /autoconf | |
parent | 7ce82f2f65470d97ea2b83b442c2f1ec939fb6bf (diff) | |
download | core-14b3181f516deb7b2ef4ceb8b5c5a89ae385811b.tar.gz core-14b3181f516deb7b2ef4ceb8b5c5a89ae385811b.tar.xz |
Revert "autoconf: update to 2.66"
This reverts commit 7ce82f2f65470d97ea2b83b442c2f1ec939fb6bf.
Version 2.66 has some issues, see e.g.
http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/.md5sum | 2 | ||||
-rw-r--r-- | autoconf/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/.md5sum b/autoconf/.md5sum index 8ccc1e5e..f5c60628 100644 --- a/autoconf/.md5sum +++ b/autoconf/.md5sum @@ -1 +1 @@ -adbe7e7fde3c34a400d33a8ac631c877 autoconf-2.66.tar.xz +dfb23a46ecb73a0abade39c053a6c5a1 autoconf-2.65.tar.xz diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index 862b5b39..61d2b436 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=autoconf -version=2.66 +version=2.65 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) |