summaryrefslogtreecommitdiffstats
path: root/academic/csparse/autotoolize.diff
diff options
context:
space:
mode:
Diffstat (limited to 'academic/csparse/autotoolize.diff')
-rw-r--r--academic/csparse/autotoolize.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/csparse/autotoolize.diff b/academic/csparse/autotoolize.diff
index 5fa2b85643..767855dbaa 100644
--- a/academic/csparse/autotoolize.diff
+++ b/academic/csparse/autotoolize.diff
@@ -147,7 +147,7 @@ new file mode 100644
+lib_LTLIBRARIES = libcsparse.la
+libcsparse_la_SOURCES = $(CSPARSESRC)
+libcsparse_la_LIBADD = -lm
-+libcsparse_la_LDFLAGS = -no-undefined -version-number 3:1:2
++libcsparse_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION)
diff --git a/configure.ac b/configure.ac
new file mode 100644
--- /dev/null
@@ -157,7 +157,7 @@ new file mode 100644
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.69])
-+AC_INIT([CSparse],[3.1.2],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/])
++AC_INIT([CSparse],[3.1.4],[DrTimothyAldenDavis@gmail.com],[csparse],[http://www.suitesparse.com/])
+AC_CONFIG_SRCDIR([Source/cs_print.c])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([foreign])