Skip to content

Fix build with recent autotools - #333

Open
bjornfor wants to merge 1 commit into
alexkay:masterfrom
bjornfor:fix-build
Open

Fix build with recent autotools#333
bjornfor wants to merge 1 commit into
alexkay:masterfrom
bjornfor:fix-build

Conversation

@bjornfor

@bjornfor bjornfor commented Jul 16, 2025

Copy link
Copy Markdown

Tell autoconf where m4 macros are, or else the build fails like this:

  configure.ac:12: the top level
  configure.ac:71: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
        If this token and others are legitimate, please use m4_pattern_allow.
        See the Autoconf documentation.
  configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT
  autoreconf: error: /nix/store/0qmqybsb86p5g6vqxj992grj9hyh72wa-autoconf-2.72/bin/autoconf failed with exit status: 1

This is a backward compatible change.

Tell autoconf where m4 macros are, or else the build fails like this:

  configure.ac:12: the top level
  configure.ac:71: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
        If this token and others are legitimate, please use m4_pattern_allow.
        See the Autoconf documentation.
  configure.ac:72: error: possibly undefined macro: AM_GNU_GETTEXT
  autoreconf: error: /nix/store/0qmqybsb86p5g6vqxj992grj9hyh72wa-autoconf-2.72/bin/autoconf failed with exit status: 1

This is a backward compatible change.
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.

1 participant