aboutsummaryrefslogtreecommitdiff
path: root/libraries/xblas/patches
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2021-04-11 04:59:41 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-17 11:47:43 +0700
commit0b3fab7a43e810ce9f1c7f44335ab2e792e9896f (patch)
tree7eb294ad57996c07ed775a12b3dafd666335fde1 /libraries/xblas/patches
parentbc54ebe43510f8eba16d455f5096ebadc8417056 (diff)
libraries/xblas: Use a versioned tarball.
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xblas/patches')
-rw-r--r--libraries/xblas/patches/automake.diff7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/xblas/patches/automake.diff b/libraries/xblas/patches/automake.diff
index 79522b2cd2..d2484736c2 100644
--- a/libraries/xblas/patches/automake.diff
+++ b/libraries/xblas/patches/automake.diff
@@ -1,7 +1,7 @@
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
-@@ -1,10 +1,12 @@
+@@ -1,10 +1,13 @@
dnl Copyright (c) 2005, Regents of the University of California
-AC_INIT(xblas, 1.0, extended_blas@cs.berkeley.edu)
-AC_PREREQ(2.59)
@@ -15,11 +15,12 @@ diff --git a/configure.ac b/configure.ac
+AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_TARGET
+AM_INIT_AUTOMAKE([foreign subdir-objects])
-+LT_INIT
++AM_SILENT_RULES([yes])
++LT_INIT([disable-static])
AC_PROG_CC
-@@ -148,6 +150,6 @@
+@@ -148,6 +151,6 @@
[$M4 $M4_OPTS Makefile.m4 >Makefile], [M4=$M4; M4_OPTS="$M4_OPTS"])
AC_SUBST(EXTRA_LIBS, $EXTRA_LIBS)