From 0a67161f3f091e439c2397f861696d0935a3399f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 20 Jan 2026 11:38:43 -0800 Subject: [PATCH] maint: port tests/Makefile.am to current Gnulib * tests/Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Initialize to empty. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2526b834..53c849f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,4 +18,6 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . +AM_CFLAGS = +AM_CXXFLAGS = include gnulib.mk