Skip to content

build: Add ACLOCAL_FLAGS to ACLOCAL_AMFLAGS

Without this change, I was getting a syntax error in ./configure when running ./autogen.sh:

./configure: line 15723: syntax error near unexpected token `GLIB,'
./configure: line 15723: `XDT_CHECK_PACKAGE(GLIB, glib-2.0, 2.50.0)'```

I am not very familiar with automake internals, so I am just mirroring the code found in other repos like xfce4-terminal (where autogen.sh works for me).

Merge request reports

Loading