]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Follow gnulib-tool changes, part 65.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 18 Mar 2024 19:23:46 +0000 (12:23 -0700)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Mar 2024 09:07:04 +0000 (10:07 +0100)
commit5572bd3f6de35db2ee1336bf83ad5ebac835bab1
tree1232757d6037d9c06d8eeb80fbf16aa32a18dbea
parentdd2b72a88857fc6bd1391130f85514e92321aceb
gnulib-tool.py: Follow gnulib-tool changes, part 65.

Follow gnulib-tool change
2021-12-19  Bruno Haible  <bruno@clisp.org>
gnulib-tool: Don't insist on ACLOCAL_AMFLAGS.

* pygnulib/GLImport.py (GLImport.execute): Don't add extra '-I' before
m4 directory in ACLOCAL_AMFLAGS. Prefer '0' instead of 'int()'. Mention
the use of AC_CONFIG_MACRO_DIRS in configure.ac as an alternative to
augmenting ACLOCAL_AMFLAGS.
* pygnulib/main.py (main): To find the m4 directories, look also for
AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS invocations in
configure.ac. Remove unnecessary call to 'joinpath' since it accepts a
variable length of arguments.
ChangeLog
gnulib-tool.py.TODO
pygnulib/GLImport.py
pygnulib/main.py