public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.1.2-26
Date: Mon, 29 Jun 2026 12:23:25 GMT	[thread overview]
Message-ID: <178273580546.1.17974489466834159496.rpms-gcc-14e9c95c9785@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 14e9c95c978518664204d31aeb2b8514edbfe23b
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date   : 2007-09-22T12:45:46+00:00
Stats  : +27/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/14e9c95c978518664204d31aeb2b8514edbfe23b?branch=rhel-f41-base

Log:
4.1.2-26

---
diff --git a/gcc41-makeinfo-ver.patch b/gcc41-makeinfo-ver.patch
new file mode 100644
index 0000000..81f1e9f
--- /dev/null
+++ b/gcc41-makeinfo-ver.patch
@@ -0,0 +1,27 @@
+2007-09-22  Jakub Jelinek  <jakub@redhat.com>
+
+	* configure.ac (MAKEINFO): Handle makeinfo version 4.10 and above.
+	* configure: Regenerated.
+
+--- gcc/configure.ac.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/configure.ac	2007-09-22 08:38:07.000000000 -0400
+@@ -833,7 +833,7 @@ MISSING="${CONFIG_SHELL-/bin/sh} $srcdir
+ # that we can use it.
+ gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
+   [GNU texinfo.* \([0-9][0-9.]*\)],
+-  [4.[2-9]*])
++  [4.[2-9]*|4.[1-9][0-9]*])
+ if test $gcc_cv_prog_makeinfo_modern = no; then
+   MAKEINFO="$MISSING makeinfo"
+   AC_MSG_WARN([
+--- gcc/configure.jj	2007-02-20 16:39:12.000000000 -0500
++++ gcc/configure	2007-09-22 08:38:30.000000000 -0400
+@@ -7496,7 +7496,7 @@ else
+   echo "configure:7496: version of makeinfo is $ac_prog_version" >&5
+   case $ac_prog_version in
+     '')     gcc_cv_prog_makeinfo_modern=no;;
+-    4.[2-9]*)
++    4.[2-9]*|4.[1-9][0-9]*)
+             gcc_cv_prog_makeinfo_modern=yes;;
+     *)      gcc_cv_prog_makeinfo_modern=no;;
+   esac

             reply	other threads:[~2026-06-29 12:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:23 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-26 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273580546.1.17974489466834159496.rpms-gcc-14e9c95c9785@fedoraproject.org \
    --to=jakub@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox