Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 56.

2024-03-12 Thread Bruno Haible
Hi Collin, > This patch adds the reminders to use AC_PROG_CC macro instead of > the obsolete AC_PROG_CC_STDC or AC_PROG_CC_C99. > > This change is pretty small so it seemed like a good place to remove > the exit() from GLImport.execute(). Nice! Thanks, patch applied. > The only spooky line is:

[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 56.

2024-03-12 Thread Collin Funk
[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 56. Follow gnulib-tool change 2021-04-26 Paul Eggert gnulib-tool: port better to current Autoconf * pygnulib/GLImport.py (GLImport.execute): Remove exit() call before printing reminders. Suggest replacing AC_PROG_CC_STDC and AC_PROG_CC_C99,