autotools: added AC_CONFIG_MACRO_DIR
This commit is contained in:
committed by
Dmitry Podgorny
parent
ee4f6d4e3c
commit
e2acd98612
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,3 +42,4 @@ tests/test_hash
|
||||
tests/test_jid
|
||||
tests/test_sasl
|
||||
tests/test_sock
|
||||
m4/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AM_CFLAGS = -g -Wall
|
||||
|
||||
PARSER_CFLAGS=@PARSER_CFLAGS@
|
||||
|
||||
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user