aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-objc-checks.m47
2 files changed, 11 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index cbeb877758..0525463531 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-01 Mark Crichton <crichton@gimp.org>
+
+ * gnome-objc-checks : Added HAVE_GNOME_OBJC conditional
+
1998-02-27 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
diff --git a/macros/gnome-objc-checks.m4 b/macros/gnome-objc-checks.m4
index aa7fc580e5..dc9691cf20 100644
--- a/macros/gnome-objc-checks.m4
+++ b/macros/gnome-objc-checks.m4
@@ -62,10 +62,17 @@ AC_DEFUN([GNOME_INIT_OBJC],
if test -f $my_gnome_libdir/obGnomeConf.sh; then
. $my_gnome_libdir/obGnomeConf.sh
AC_MSG_RESULT(found $my_gnome_libdir)
+ ac_cv_have_gnome_objc=yes
else
AC_MSG_RESULT(not found)
AC_MSG_WARN(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)
+ ac_cv_have_gnome_objc=no
fi
+
+ dnl Add a conditional on whether or not we have gnome-objc
+ AM_CONDITIONAL(HAVE_GNOME_OBJC, test x$ac_cv_have_gnome_objc = xyes)
+ HAVE_GNOME_OBJC=$ac_cv_have_gnome_objc
+
AC_SUBST(OBGNOME_INCLUDEDIR)
AC_SUBST(OBGNOME_LIBS)
AC_SUBST(OBGTK_LIBS)
it.cgi/freebsd-ports-gnome/commit/www/serf?id=9e6893470d61181f6ce09b529fcbae91a01275cc'>project moved from code.google to serf.apache.orgOlli Hauer2015-11-152-2/+2 * Fix "serf.pc" to allow static builds with serf.Lev A. Serebryakov2015-10-192-2/+14 * - Add LICENSE_FILEDmitry Marakasov2015-02-272-2/+1 * Update to latest version.Lev A. Serebryakov2014-10-272-5/+4 * - In www/serf move libssl and libcrypto from Requires.private toTijl Coosemans2014-08-293-47/+5 * - update to 1.3.7Olli Hauer2014-08-122-4/+3 * - change Maintainer from apache@ to lev@ (subversion maintainer)Olli Hauer2014-06-211-1/+1 * Bump PORTREVISION on everything that depends on devel/apr1 due to theTijl Coosemans2014-06-121-0/+1 * - update to 1.3.6Olli Hauer2014-06-113-51/+3 * - possible fix for all the subversion18 failuresOlli Hauer2014-06-092-3/+52 * Convert to USES=sconsBaptiste Daroussin2014-05-271-6/+9 * - update to 1.3.5Olli Hauer2014-04-282-3/+4 * ports in cat www where MAINTAINER=portsOlli Hauer2014-03-171-1/+1 * - update to version 1.3.4Olli Hauer2014-02-273-14/+12 * - Add GSSAPI support (default=off)Olli Hauer2014-02-041-1/+7 * - update www/serf to version 1.3.3Olli Hauer2014-02-022-4/+3 * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-311-1/+1 * - add Apache2 licenseOlli Hauer2013-11-103-0/+48 * - update to version 1.3.2Olli Hauer2013-11-064-20/+61 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0 * - remove gmake dependencyOlli Hauer2013-07-061-9/+11 * - update to version 1.2.1Olli Hauer2013-06-122-3/+3 * - fix pkg-plistOlli Hauer2013-03-191-1/+0 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1 * - update to version 1.2.0Olli Hauer2013-03-012-3/+3