optionnal gconf2
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 19 May 2013 08:19:02 +0000 (08:19 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 19 May 2013 08:19:02 +0000 (08:19 +0000)
NEWS
configure
configure.ac
po/Makefile.in

diff --git a/NEWS b/NEWS
index 5a56c91..ac825cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* v0.8.0.2
+
 * v0.8.0.1
 
 ** added AMD GPU usage sensor (Contribution from MestreLion).
index 06fbd33..b7a0e0c 100755 (executable)
--- a/configure
+++ b/configure
@@ -7011,11 +7011,6 @@ fi
 
 
 
-if test x"$GCONFTOOL" = xno; then
-  as_fn_error $? "gconftool-2 executable not found in your path - should be installed with GConf" "$LINENO" 5
-fi
-
-
   if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
     GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   else
index 22f6a8c..d0fef5f 100644 (file)
@@ -34,11 +34,6 @@ AM_GNU_GETTEXT([external])
 
 # Gconf
 AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-
-if test x"$GCONFTOOL" = xno; then
-  AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
-fi
-
 AM_GCONF_SOURCE_2
 
 ############### common 
index 3ac1459..a45906f 100644 (file)
@@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p