[genius] Tue Dec 11 00:10:02 2012 Jiri (George) Lebl <jirka 5z com>
- From: George Lebl <jirka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Tue Dec 11 00:10:02 2012 Jiri (George) Lebl <jirka 5z com>
- Date: Tue, 11 Dec 2012 06:10:22 +0000 (UTC)
commit 01ad61bf235486aa1835cb836e5db6c46f19028a
Author: Jiri (George) Lebl <jirka 5z com>
Date: Tue Dec 11 00:10:10 2012 -0600
Tue Dec 11 00:10:02 2012 Jiri (George) Lebl <jirka 5z com>
* configure.in, src/Makefile.am: exorcise last vestiges of the
linpack inclusion fiasco, and update to new automake initialization
format, and also create xz archives on dist
ChangeLog | 6 ++++++
configure.in | 5 +++--
src/Makefile.am | 6 ------
3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 71b9ec5..1749356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 11 00:10:02 2012 Jiri (George) Lebl <jirka 5z com>
+
+ * configure.in, src/Makefile.am: exorcise last vestiges of the
+ linpack inclusion fiasco, and update to new automake initialization
+ format, and also create xz archives on dist
+
Mon Dec 10 20:58:42 2012 Jiri (George) Lebl <jirka 5z com>
* src/graphing.c: add ability to fit dependent axis automatically
diff --git a/configure.in b/configure.in
index a490cf7..2136e9c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,8 @@
-AC_INIT(src/calc.c)
+AC_INIT([genius], [1.0.16])
+AC_CONFIG_SRCDIR([src/calc.c])
+AM_INIT_AUTOMAKE([dist-xz])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(genius,1.0.16)
dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")
diff --git a/src/Makefile.am b/src/Makefile.am
index f3091d5..392546a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,6 @@ INCLUDES = \
-DBUILDDIR=\""@abs_top_builddir@"\" \
-I$(srcdir) \
-I$(top_srcdir) \
- -I$(top_srcdir)/atlapack/lapacke/src \
-I$(top_srcdir)/ve \
-I$(top_srcdir)/gtkextra \
-I$(top_builddir) \
@@ -94,7 +93,6 @@ gnome_genius_SOURCES = \
funclibhelper.cP
gnome_genius_LDADD = \
- $(top_builddir)/atlapack/lapacke/liblapacke.a \
$(top_builddir)/ve/libviciousui.a \
$(top_builddir)/gtkextra/libgtkextra-genius.a \
-lm \
@@ -174,10 +172,6 @@ genius_SOURCES = \
funclibhelper.cP
genius_LDADD = \
- $(top_builddir)/atlapack/lapacke/liblapacke.a \
- $(top_builddir)/atlapack/lapack/liblapack.a \
- $(top_builddir)/atblas/cblas/libcblas.a \
- $(top_builddir)/atblas/blas/libblas.a \
$(top_builddir)/ve/libvicious.a \
-lm \
@GMP_LIB@ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]