[Nautilus-list] Configure.in patch -- or better : update
- From: Fatih Demir <kabalak gmx net>
- To: Nautilus listesi <nautilus-list lists eazel com>
- Subject: [Nautilus-list] Configure.in patch -- or better : update
- Date: Sat, 24 Jun 2000 10:08:45 +0200
I've attached a patch for the current configure.in of nautilus which
updates the req's to OAF 0.3.0, GConf 0.5 and GtkHTML 0.4.
If I don't get any contra-side, I'll commit'em soon.
--
){
kabalak->Fatih Demir.
email->kabalak gmx net
icq->64241161.
desktop->GNOME.
editor->VIM.
file-manager->nautilus.
}(
--- configure.in Wed Jun 21 23:12:50 2000
+++ /root/root/yeni.configure.in Sat Jun 24 00:07:25 2000
@@ -233,9 +233,9 @@
AC_SUBST(VFS_LIBS)
AC_SUBST(IDL_CFLAGS)
-AM_PATH_OAF(0.1.0)
+AM_PATH_OAF(0.3.0)
-AM_PATH_GCONF(0.1.0,,,gconf-gtk)
+AM_PATH_GCONF(0.5.0,,,gconf-gtk)
AC_PATH_PROG(XML_CONFIG,xml-config,no)
if test x$XML_CONFIG = xno; then
@@ -291,8 +291,16 @@
AC_MSG_CHECKING(for GtkHTML)
if gnome-config --libs gtkhtml > /dev/null 2>&1; then
AC_MSG_RESULT(yes)
- GTKHTML_LIBS=`gnome-config --libs gtkhtml`
- GTKHTML_CFLAGS=`gnome-config --cflags gtkhtml`
+ dnl <= check for GtkHTML >= 0.4
+ AC_MSG_CHECKING(for GtkHTML >= 0.4)
+ if test `gnome-config --modversion gtkhtml|sed -e 's/.*-[[[:digit:]]].//g'` -ge 4 ; then
+ AC_MSG_RESULT([yeah, we are very up-to-date])
+ GTKHTML_LIBS=`gnome-config --libs gtkhtml`
+ GTKHTML_CFLAGS=`gnome-config --cflags gtkhtml`
+ else
+ AC_MSG_ERROR([Your GtkHTML is not up-to-date enough for nautilus!])
+ fi
+ dnl =>
else
AC_MSG_ERROR([Not Found])
AC_MSG_ERROR([GtkHTML from the GNOME CVS is required])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]