autoconf-archive: Upgrded to 2018.03.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-11-21 21:17:34 +07:00
parent 1e1bc46a85
commit bc767c505d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 19 additions and 2 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autoconf-archive
VERSION=${VERSION:-2017.09.28}
VERSION=${VERSION:-2018.03.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://gnu.uberglobalmirror.com/autoconf-archive/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.wayne.edu/gnu/autoconf-archive/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}
@ -71,6 +71,12 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# respect --docdir properly
# http://git.savannah.nongnu.org/cgit/autoconf-archive.git/commit/?id=ad15d52fd1e552bc3d7fcfb3d7bc6a2681f364d8
patch -p0 < $CWD/docdir.patch
autoreconf -fiv
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -0,0 +1,11 @@
--- Makefile.am.orig 2018-04-05 19:04:26.122231733 -0700
+++ Makefile.am 2018-04-05 19:05:26.998830911 -0700
@@ -16,7 +16,7 @@
SUBDIRS = doc
-dist_pkgdata_DATA = AUTHORS COPYING COPYING.EXCEPTION README
+dist_doc_DATA = AUTHORS COPYING COPYING.EXCEPTION README
aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = $(M4FILES)
EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog