Skip to content
Snippets Groups Projects
Commit f3f2f37a847a authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Set AC_CONFIG_MACRO_DIR

Silences libtool warnings.
parent f0188b263659
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
libxslt.spec.in.orig
libxslt/xsltconfig.h
ltmain.sh
m4/
missing
py-compile
python/*.pyc
......
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libxslt libexslt xsltproc doc tests
if WITH_PYTHON
SUBDIRS += python
......
......@@ -8,6 +8,7 @@
AC_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([libxslt/xslt.c])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
AC_USE_SYSTEM_EXTENSIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment