[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: No intltool hacking any more, no parentheses in variable assignments of evaluation results
noreply at xfce.org
noreply at xfce.org
Tue Nov 14 22:02:04 CET 2017
This is an automated email from the git hooks/post-receive script.
t i m y s t e r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-sensors-plugin.
commit 53646d65440ff74bb142324fda30616ec2c98995
Author: Fabian <timystery at arcor.de>
Date: Tue Nov 14 22:01:52 2017 +0100
No intltool hacking any more, no parentheses in variable assignments of evaluation results
---
configure.ac.in | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index fb6c29c..8c90f17 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -45,13 +45,6 @@ LT_INIT([disable-static])
IT_PROG_INTLTOOL([0.35.0])
-dnl ****************************
-dnl *** Intltool-update hack ***
-dnl ****************************
-AC_CONFIG_COMMANDS([intltool-update],
- [(if test `stat --printf "%s" intltool-update` != "0"; then sed -e 's/^\("desktop.*".*\)/\1\n"rc(?:\\\\.in)+|"\./' intltool-update > intltool-update-tmp &&
- mv intltool-update-tmp intltool-update && chmod 755 intltool-update; fi)])
-
dnl Check for standard header files
AC_HEADER_STDC
@@ -109,7 +102,7 @@ if test x"$enable_hddtemp" = x"yes"; then
HDDTEMP=$withval
], [
AC_MSG_CHECKING([for hddtemp path])
- HDDTEMP=([`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/'`])
+ HDDTEMP=[`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/'`]
AC_MSG_RESULT([$HDDTEMP])
])
@@ -148,7 +141,7 @@ if test x"$enable_netcat" = x"yes"; then
NETCAT_PATH=$withval
], [
AC_MSG_CHECKING([for netcat path])
- NETCAT_PATH=([`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`])
+ NETCAT_PATH=[`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`]
if test x"$NETCAT_PATH" = x"netcat:"; then
NETCAT_PATH=([`whereis -b nc | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*nc\).*/\1/'`])
fi;
@@ -168,7 +161,7 @@ if test x"$enable_netcat" = x"yes"; then
NETCAT_RUN=skip
if test x"$enable_pathchecks" = x"yes"; then
AC_MSG_CHECKING([for hddtemp being queryable via netcat])
- NETCAT_RUN=([`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`])
+ NETCAT_RUN=[`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`]
AC_MSG_RESULT([$NETCAT_RUN])
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list