autotools: added AC_CONFIG_MACRO_DIR

This commit is contained in:
Fabian Freyer
2014-09-30 15:57:17 +03:00
committed by Dmitry Podgorny
parent ee4f6d4e3c
commit e2acd98612
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -42,3 +42,4 @@ tests/test_hash
tests/test_jid
tests/test_sasl
tests/test_sock
m4/

View File

@@ -1,5 +1,6 @@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = -g -Wall
PARSER_CFLAGS=@PARSER_CFLAGS@

View File

@@ -1,4 +1,5 @@
AC_INIT([libstrophe], [0.8.7], [jack@metajack.im])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
LT_INIT([dlopen])