]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix crash when no ACLOCAL_AMFLAGS is found.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 2 Jun 2024 08:06:32 +0000 (01:06 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 2 Jun 2024 08:06:32 +0000 (01:06 -0700)
commit80ed61e8cd8a447dbe1f16e63ac94e6762a795bf
tree733304f6a25ccc0e9236c77e58c57b7a95edbc54
parentdc43f5dd574ee949c959b22b2abb37a8b1c5c426
gnulib-tool.py: Fix crash when no ACLOCAL_AMFLAGS is found.

* pygnulib/main.py (main) [import]: Use a regular expression to match
the ACLOCAL_AMFLAGS Makefile.am variable. Properly handle the case where
none is found.
ChangeLog
pygnulib/main.py