aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-05-29 01:40:58 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-05-29 01:40:58 +0800
commit64c7a53a4d0ac4c3c855073203a4393464a1f5cf (patch)
treec93503403fa53f264a2f5072022b3479c1e8b01d
parentde9458db315d8857bfae6929b2585150c20a57cf (diff)
downloadgsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar.gz
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar.bz2
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar.lz
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar.xz
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.tar.zst
gsoc2013-evolution-64c7a53a4d0ac4c3c855073203a4393464a1f5cf.zip
AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED
2003-05-28 Rodney Dawes <dobey@ximian.com> * configure.in: AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED svn path=/trunk/; revision=21342
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fa09b5b87..35eee0f958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-28 Rodney Dawes <dobey@ximian.com>
+
+ * configure.in: AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED
+
2003-05-27 Not Zed <NotZed@Ximian.com>
* camel.pc.in: make libs/cflags point to privlibdir/includedir,
diff --git a/configure.in b/configure.in
index 438268c04e..e6a9f0bcb0 100644
--- a/configure.in
+++ b/configure.in
@@ -1047,6 +1047,9 @@ dnl --- Required version numbers
GAL_REQUIRED=1.99.5
GTKHTML_REQUIRED=3.0.4
+AC_SUBST(GAL_REQUIRED)
+AC_SUBST(GTKHTML_REQUIRED)
+
dnl --- Flags to get all the GNOME stuff
FULL_GNOME_DEPS="libbonoboui-2.0 gnome-vfs-2.0 libgnomeui-2.0 libglade-2.0 libgnomecanvas-2.0 libxml-2.0 gconf-2.0 gal-2.0 >= $GAL_REQUIRED"