aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorJulian Missig <julianm@src.gnome.org>2000-05-22 05:38:39 +0800
committerJulian Missig <julianm@src.gnome.org>2000-05-22 05:38:39 +0800
commit0ebe11060303e8c4add8f0e8d1d1bde1ec978b6b (patch)
tree2b9a890d1e3e6738788b8ce73fd9038b4d969559 /macros
parent857af1bfa7c6ee4da8bd3a196932f76106923580 (diff)
downloadgsoc2013-evolution-0ebe11060303e8c4add8f0e8d1d1bde1ec978b6b.tar.gz
gsoc2013-evolution-0ebe11060303e8c4add8f0e8d1d1bde1ec978b6b.tar.zst
gsoc2013-evolution-0ebe11060303e8c4add8f0e8d1d1bde1ec978b6b.zip
Added gnomemm.m4 for proper gnomemm checking
svn path=/trunk/; revision=3149
Diffstat (limited to 'macros')
-rw-r--r--macros/gnomemm.m421
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/gnomemm.m4 b/macros/gnomemm.m4
new file mode 100644
index 0000000000..5276d7a710
--- /dev/null
+++ b/macros/gnomemm.m4
@@ -0,0 +1,21 @@
+
+dnl AM_PATH_GNOMEMM([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
+dnl Test to see if gnomemm is installed, and define GNOMEMM_CFLAGS, LIBS
+dnl
+AC_DEFUN(AM_PATH_GNOMEMM,
+[dnl
+dnl Get the cflags and libraries from the gnome-config gnomemm script
+dnl
+dnl Ensure gnome-config is available...
+AC_PATH_PROG(GNOME_CONFIG, gnome-config, no)
+AC_MSG_CHECKING(for GNOME-- library)
+if test -z "`gnome-config gnomemm --cflags`"; then
+ AC_MSG_RESULT(no)
+else
+ AC_MSG_RESULT(yes)
+ GNOMEMM_CFLAGS=`$GNOME_CONFIG gnomemm --cflags`
+ GNOMEMM_LIBS=`$GNOME_CONFIG gnomemm --libs`
+fi
+AC_SUBST(GNOMEMM_CFLAGS)
+AC_SUBST(GNOMEMM_LIBS)
+]) \ No newline at end of file
t/www/hs-activehs?h=mate-1.18&id=8945d42af8ce51962f12a164325839248c366640'>- Update pandoc to 1.13.0.1pgj2014-08-262-2/+2 * - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-116-17/+146 * - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0 * - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-057-63/+31 * - Update Haskell ports from the development repositorypgj2013-03-307-12/+77 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-20