Skip to content

Update autoconf-version to 2.73 from 2.72#53

Merged
sachintu47 merged 5 commits intomainfrom
bump-autoconf-version-2.73
Apr 25, 2026
Merged

Update autoconf-version to 2.73 from 2.72#53
sachintu47 merged 5 commits intomainfrom
bump-autoconf-version-2.73

Conversation

@zosopentoolsmain
Copy link
Copy Markdown

No description provided.

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Mar 21, 2026

🤖 Augment PR Summary

Summary: Updates this port to build against GNU Autoconf 2.73 (from 2.72).

Changes:

  • Bumps AUTOCONF_VERSION in buildenv, updating the stable source tarball URL.
  • Updates the STABLE dependency list used by the zopen build tooling.
  • Refreshes PR1 patches (configure.patch, general.m4.patch) for 2.73, retaining z/OS-specific fixes like named-signal traps and cleanup of .dbg artifacts.

Technical Notes: Signal traps are now expressed as HUP/INT/PIPE/TERM instead of numeric values in the updated hunks.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Signed-off-by: sachintu47 <sachintu47@gmail.com>
Signed-off-by: sachintu47 <sachintu47@gmail.com>
@sachintu47 sachintu47 marked this pull request as draft April 22, 2026 17:02
@sachintu47 sachintu47 marked this pull request as draft April 22, 2026 17:02
@sachintu47
Copy link
Copy Markdown
Member

augment review

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread buildenv Outdated
export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_STABLE_URL="https://ftp.gnu.org/gnu/autoconf/autoconf-${AUTOCONF_VERSION}.tar.gz"
export ZOPEN_STABLE_DEPS="curl gzip make m4 perl zlib texinfo automake autoconf bash flex diffutils coreutils grep sed tar"
export ZOPEN_STABLE_DEPS="make m4 perl zlib texinfo bash flex diffutils coreutils grep sed"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ZOPEN_STABLE_DEPS no longer includes tools typically needed to fetch/unpack the STABLE tarball (e.g., curl, gzip, tar); if the zopen build environment is minimal and relies on this list to provision those tools, the STABLE build may fail when downloading/extracting ZOPEN_STABLE_URL.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@sachintu47 sachintu47 force-pushed the bump-autoconf-version-2.73 branch from 3531aa0 to 2ffc789 Compare April 25, 2026 01:48
@sachintu47 sachintu47 marked this pull request as ready for review April 25, 2026 08:27
@sachintu47 sachintu47 merged commit 4432293 into main Apr 25, 2026
1 of 2 checks passed
@sachintu47 sachintu47 deleted the bump-autoconf-version-2.73 branch April 25, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants