From: Martin Willi Date: Mon, 7 Sep 2009 07:31:31 +0000 (+0200) Subject: use m4/ autoconf subdirectory X-Git-Tag: 4.3.5rc1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e455ae13436bed8475b5f3894a29e98e295bd6b0;p=thirdparty%2Fstrongswan.git use m4/ autoconf subdirectory --- diff --git a/Makefile.am b/Makefile.am index 1729499771..8082bd8e8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ if USE_SCRIPTS SUBDIRS += scripts endif +ACLOCAL_AMFLAGS = -I m4/config m4/macros m4 + EXTRA_DIST = Doxyfile.in CREDITS CLEANFILES = apidoc Doxyfile diff --git a/configure.in b/configure.in index 7d507966e7..514cc5a4fe 100644 --- a/configure.in +++ b/configure.in @@ -18,6 +18,7 @@ dnl =========================== AC_INIT(strongSwan,4.3.5) AM_INIT_AUTOMAKE(tar-ustar) +AC_CONFIG_MACRO_DIR([m4/config]) AC_SUBST(confdir, '${sysconfdir}') PKG_PROG_PKG_CONFIG