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
00:00:00 2001 From: Collin Funk Date: Tue, 12 Mar 2024 13:01:50 -0700 Subject: [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 b