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 #833.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user