diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:07:37 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-01-31 21:09:09 +0100 |
commit | de57d9f325dd0966336b79729f52c432eef108b9 (patch) | |
tree | 7558560983b2d932c7f915d4aeadf89b62afd720 /redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch | |
parent | 05e981f0b89c0130808952da8dda4aff1d7d25a7 (diff) | |
download | tde-packaging-de57d9f325dd0966336b79729f52c432eef108b9.tar.gz tde-packaging-de57d9f325dd0966336b79729f52c432eef108b9.zip |
RPM: remove obsolete, unsupported packages
Diffstat (limited to 'redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch')
-rw-r--r-- | redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch b/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch deleted file mode 100644 index 36ac3d807..000000000 --- a/redhat/extras/kickoff-i18n/kickoff-i18n-1.0-fix_autotools_detection.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- kickoff-i18n-1.0/admin/configure.in.min.ORI 2013-06-04 21:34:45.145197643 +0200 -+++ kickoff-i18n-1.0/admin/configure.in.min 2013-06-04 21:34:54.004020422 +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 ---- kickoff-i18n-1.0/admin/cvs.sh.automake 2007-01-15 10:06:45.000000000 +0100 -+++ kickoff-i18n-1.0/admin/cvs.sh 2013-06-04 21:34:39.471311140 +0200 -@@ -68,7 +68,7 @@ - echo "*** KDE requires automake $required_automake_version" - exit 1 - ;; -- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) -+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1[0-9]*) - echo "*** $AUTOMAKE_STRING found." - UNSERMAKE=no - ;; -@@ -128,7 +128,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 - touch config.h.in -@@ -184,7 +184,7 @@ - fi - fi - $ACLOCAL $ACLOCALFLAGS --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 - touch config.h.in |