diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 20:04:29 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 20:04:29 +0200 |
commit | 7d2530b3a09c48df5070a9fbddb20dda9d6ba213 (patch) | |
tree | 75179ad523e4c7e0befd199223dfeee374813f86 /redhat/extras/ksensors | |
parent | fd19f6bf3d8b5bfa11600f83adb51e75c0404105 (diff) | |
download | tde-packaging-7d2530b3a09c48df5070a9fbddb20dda9d6ba213.tar.gz tde-packaging-7d2530b3a09c48df5070a9fbddb20dda9d6ba213.zip |
RPM Packaging: misc updates for 3.5.13.2
Diffstat (limited to 'redhat/extras/ksensors')
-rw-r--r-- | redhat/extras/ksensors/ksensors-0.7.3-fix_autotools_detection.patch | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/redhat/extras/ksensors/ksensors-0.7.3-fix_autotools_detection.patch b/redhat/extras/ksensors/ksensors-0.7.3-fix_autotools_detection.patch index 6cb76f8a3..04b393095 100644 --- a/redhat/extras/ksensors/ksensors-0.7.3-fix_autotools_detection.patch +++ b/redhat/extras/ksensors/ksensors-0.7.3-fix_autotools_detection.patch @@ -1,11 +1,31 @@ ---- ksensors-0.7.3/admin/cvs.sh.ORI 2012-10-07 11:06:41.616636004 +0200 -+++ ksensors-0.7.3/admin/cvs.sh 2012-10-07 11:07:55.975129334 +0200 +--- ksensors-0.7.3/admin/cvs.sh.autotools 2013-06-04 21:59:18.325691011 +0200 ++++ ksensors-0.7.3/admin/cvs.sh 2013-06-04 21:58:49.715264098 +0200 @@ -64,7 +64,7 @@ echo "*** KDE requires automake 1.6.1 or newer" exit 1 ;; - automake*1.6.* | automake*1.7* ) : ;; -+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[012]* ) : ;; ++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[0-9]* ) : ;; "" ) echo "*** AUTOMAKE NOT FOUND!." echo "*** KDE requires automake 1.6.1 or newer" +@@ -123,7 +123,7 @@ + echo "*** Creating configure" + call_and_fix_autoconf + +-if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then ++if egrep "^A[CM]_CONFIG_HEADER" configure.in >/dev/null 2>&1; then + echo "*** Creating config.h template" + $AUTOHEADER || exit 1 + fi +--- ksensors-0.7.3/admin/configure.in.min.ORI 2013-06-04 21:59:24.783561656 +0200 ++++ ksensors-0.7.3/admin/configure.in.min 2013-06-04 21:59:33.526386508 +0200 +@@ -41,7 +41,7 @@ + KDE_SET_PREFIX + + dnl generate the config header +-AM_CONFIG_HEADER(config.h) dnl at the distribution this done ++AC_CONFIG_HEADER(config.h) dnl at the distribution this done + + dnl Checks for programs. + AC_CHECK_COMPILERS |