1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-04-01 10:50:08 +03:00

autotools: Set AC_CONFIG_AUX_DIR

This should make sure that autoreconf doesn't mess with parent
directories.

Should fix .
This commit is contained in:
Nick Wellnhofer 2024-12-26 18:17:45 +01:00
parent b3871dd138
commit 260954c566

@ -7,6 +7,7 @@ AC_INIT([libxml2],[version_macro])
AC_CONFIG_SRCDIR([entities.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([.])
AC_CANONICAL_HOST
LIBXML_VERSION=version_macro