1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

add AC_CONFIG_MACRO_DIR([m4]), move *.m4 files to m4/

Silences notice on newer autoconf:

libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.

This helps keep the top-level build directory clean, too
This commit is contained in:
Dave Reisner 2014-06-21 11:20:53 -04:00
parent c52bb433f0
commit 13ea2cb622
4 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ACLOCAL_AMFLAGS = -I .
ACLOCAL_AMFLAGS = -I m4
# create default-config.h
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h

View File

@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)
AC_CONFIG_HEADERS([irssi-config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 no-define foreign])
AM_MAINTAINER_MODE