From 84e67d02b45c651430c8d5b13aba221ac296e9b2 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Tue, 26 Aug 2014 21:46:56 +0200 Subject: [PATCH] Added m4 subdir --- Makefile.am | 1 + bootstrap.sh | 1 + configure.ac | 1 + 3 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 09f5880..8e7d9b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ AUTOMAKE_OPTIONS = subdir-objects +ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = -g -Wall PARSER_CFLAGS=@PARSER_CFLAGS@ diff --git a/bootstrap.sh b/bootstrap.sh index 7c590a3..cd8bec7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,4 @@ #!/bin/sh +mkdir -p m4 autoreconf -i diff --git a/configure.ac b/configure.ac index 2a3abf7..2e521f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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])