Skip to content

Commit f35d528

Browse files
committed
autotools: Set AC_CONFIG_AUX_DIR
This should make sure that autoreconf doesn't mess with parent directories. Should fix #833.
1 parent fc72e08 commit f35d528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
99
AC_CONFIG_SRCDIR([entities.c])
1010
AC_CONFIG_HEADERS([config.h])
1111
AC_CONFIG_MACRO_DIR([m4])
12+
AC_CONFIG_AUX_DIR([.])
1213
AC_CANONICAL_HOST
1314

1415
LIBXML_MAJOR_VERSION=MAJOR_VERSION

0 commit comments

Comments
 (0)