[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_7-10-g2f01c82
Pierre Biava
nobody at users.sourceforge.net
Mon Sep 19 16:15:29 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".
The branch, grisbi-0.8.x has been updated
via 2f01c82f2bf7683d1ebc8a05d57bdf66ce29f514 (commit)
from d37a051418dbe777c77348fae07efc5fa0722a71 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2f01c82f2bf7683d1ebc8a05d57bdf66ce29f514
Author: pbiava <pierre.biava at nerim.net>
Date: Mon Sep 19 16:00:24 2011 +0200
patch to compile Grisbi on openSUSE
-----------------------------------------------------------------------
Changes:
diff --git a/configure.in b/configure.in
index e98e908..362ecc4 100644
--- a/configure.in
+++ b/configure.in
@@ -54,6 +54,9 @@ dnl ================================================================
dnl Main Grisbi libraries
dnl ================================================================
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
+
#PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.2.0 glib-2.0 >= 2.2 gmodule-2.0 >= 2.2 zlib])
# Temporary hack until Mandriva ships zlib.pc
PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.12.0 glib-2.0 >= 2.18.0 gmodule-2.0 >= 2.18.0])
diff --git a/src/Makefile.am b/src/Makefile.am
index 21ace8e..8e823b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ libgrisbi_la_LIBADD += \
else
libgrisbi_la_LDFLAGS = -export_dynamic
endif
-libgrisbi_la_LIBADD += $(GRISBI_LIBS) $(IGE_MAC_LIBS)
+libgrisbi_la_LIBADD += $(LIBM) $(GRISBI_LIBS) $(IGE_MAC_LIBS)
libgrisbi_la_SOURCES = \
accueil.c \
hooks/post-receive
--
grisbi
More information about the cvs
mailing list