From: Julian Missig Date: Sun, 21 May 2000 21:40:38 +0000 (+0000) Subject: Argh. I didn't mean for that to go in the repository, could've sworn I had the right... X-Git-Tag: GNOME_COMMON_1_2_1~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcd33cbe7d7de30814c069dc42006acd15da3472;p=platform%2Fupstream%2Fgnome-common.git Argh. I didn't mean for that to go in the repository, could've sworn I had the right CVSROOT. svn path=/trunk/; revision=1238 --- diff --git a/macros/gnomemm.m4 b/macros/gnomemm.m4 deleted file mode 100644 index 5276d7a..0000000 --- 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