Added m4 subdir

This commit is contained in:
Fabian Freyer
2014-08-26 21:46:56 +02:00
parent 96ced6699d
commit 84e67d02b4
3 changed files with 3 additions and 0 deletions

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,3 +1,4 @@
#!/bin/sh
mkdir -p m4
autoreconf -i

View File

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