mbox series

[0/2] v4l-utils: fix gettext problems

Message ID 20210302103458.819043-1-hverkuil-cisco@xs4all.nl
Headers show
Series v4l-utils: fix gettext problems | expand

Message

Hans Verkuil March 2, 2021, 10:34 a.m. UTC
Building with a gettext 0.21 environment caused various issues:

- configure.ac was updated automatically to a newer AM_GNU_GETTEXT_VERSION
  which is not something you want since it is under revision control.

- after a clean clone running make causes this error:
  *** error: gettext infrastructure mismatch: using a Makefile.in.in from
  gettext version 0.20 but the autoconf macros are from gettext
  version 0.19

These two patches fix these issues. Tested with both gettext 0.21 and
gettext 0.19.8. Autoconf was at 2.69.

Hopefully this will keep working once autoconf is bumped to 2.70.