mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
autoconf-archive: Upgraded to 2019.01.06.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
97af701da3
commit
d655f201a8
2 changed files with 2 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for autoconf-archive
|
||||
|
||||
# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autoconf-archive
|
||||
VERSION=${VERSION:-2018.03.13}
|
||||
VERSION=${VERSION:-2019.01.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -71,12 +71,6 @@ 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 \
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
Loading…
Reference in a new issue