aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Missig <julianm@src.gnome.org>2000-05-22 05:40:38 +0800
committerJulian Missig <julianm@src.gnome.org>2000-05-22 05:40:38 +0800
commit2093028eb9f76648de7a01b73271800b4250ab2b (patch)
tree95faf90e3a023e737f3e40e82e32a0b952631fa2
parent0ebe11060303e8c4add8f0e8d1d1bde1ec978b6b (diff)
downloadgsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar.gz
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar.bz2
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar.lz
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar.xz
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.tar.zst
gsoc2013-evolution-2093028eb9f76648de7a01b73271800b4250ab2b.zip
Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT.
svn path=/trunk/; revision=3150
-rw-r--r--macros/gnomemm.m421
1 files changed, 0 insertions, 21 deletions
diff --git a/macros/gnomemm.m4 b/macros/gnomemm.m4
deleted file mode 100644
index 5276d7a710..0000000000
--- a/macros/gnomemm.m4
+++ /dev/null
@@ -1,21 +0,0 @@
-
-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