[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_7-22-g63b203b

NIEL Gérald nobody at users.sourceforge.net
Tue Oct 11 08:04:00 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  63b203bd4091e23d27d57f4e83fa35aff12c68c7 (commit)
      from  68b22f771a765075e951e90b5f0d94eae3fa653d (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 63b203bd4091e23d27d57f4e83fa35aff12c68c7
Author: Gérald Niel <gerald at mbp15-gn.local>
Date:   Tue Oct 11 08:02:42 2011 +0200

    Corrections for gtk-mac-integration

-----------------------------------------------------------------------

Changes:
diff --git a/configure.in b/configure.in
index a2701f1..61e9844 100644
--- a/configure.in
+++ b/configure.in
@@ -272,7 +272,6 @@ if test "x$platform_osx" = xyes; then
         AC_MSG_RESULT(yes)
         AC_DEFINE(GDK_QUARTZ,[1],[Using GDK Quartz (not X11)])
         PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration, [os_osx=yes], [os_osx=no])
-        AC_MSG_RESULT(${os_osx})
         if test "x$os_osx" = xyes; then
 	      AC_DEFINE([GTKOSXAPPLICATION],[1],[Defined if app is GtkOSXApplication])
 	      AC_SUBST(GTK_MAC_LIBS)
diff --git a/src/Makefile.am b/src/Makefile.am
index 4303d78..ebc540d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I$(top_srcdir) $(GRISBI_CFLAGS) $(IGE_MAC_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -DPIXMAPS_DIR="\"$(datadir)/pixmaps/@PACKAGE@\"" -DPLUGINS_DIR="\"$(plugindir)\"" -DLOGO_PATH="\"$(datadir)/pixmaps/@PACKAGE@/grisbi-logo.png\"" -DDATA_PATH="\"$(datadir)/@PACKAGE@\"" -DHELP_PATH="\"$(docdir)\""
+AM_CPPFLAGS = -I$(top_srcdir) $(GRISBI_CFLAGS) $(GTK_MAC_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -DPIXMAPS_DIR="\"$(datadir)/pixmaps/@PACKAGE@\"" -DPLUGINS_DIR="\"$(plugindir)\"" -DLOGO_PATH="\"$(datadir)/pixmaps/@PACKAGE@/grisbi-logo.png\"" -DDATA_PATH="\"$(datadir)/@PACKAGE@\"" -DHELP_PATH="\"$(docdir)\""
 
 bin_PROGRAMS = grisbi
 noinst_LTLIBRARIES = libgrisbi.la


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list