Skip to content

Remove obsolete AC_GECODE_TIMER M4 macro from configure.ac.in - #197

Closed
kaol wants to merge 1 commit into
Gecode:release/6.3.0from
kaol:obsolete-AC_GECODE_TIMER
Closed

Remove obsolete AC_GECODE_TIMER M4 macro from configure.ac.in#197
kaol wants to merge 1 commit into
Gecode:release/6.3.0from
kaol:obsolete-AC_GECODE_TIMER

Conversation

@kaol

@kaol kaol commented Jul 4, 2024

Copy link
Copy Markdown

In bc31c31 Gecode's timer handling was unified to std::chrono::steady_clock. This removed the need for checking at build time for which timer to use and AC_GECODE_TIMER M4 macro was removed that tested for them but the configure.ac.in still had the call, breaking autotools build.

In bc31c31 Gecode's timer handling
was unified to std::chrono::steady_clock.  This removed the need for
checking at build time for which timer to use and AC_GECODE_TIMER M4
macro was removed that tested for them but the configure.ac.in still
had the call, breaking autotools build.
@zayenz

zayenz commented Jul 6, 2026

Copy link
Copy Markdown
Member

Thanks for the contribution, and sorry this stayed open for so long.

I reviewed this against the current main branch. The underlying issue this PR addressed has since been fixed as part of later cleanup, but the fix landed through a different implementation. Because the current code has moved on, this branch is now stale and should not be merged as-is.

I’m closing this as superseded. Thank you for the patch; it was still useful context while checking the current state.

@zayenz zayenz closed this Jul 6, 2026
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