diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-06-21 11:20:53 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-06-27 09:06:21 -0400 |
commit | 13ea2cb622f48c528b36970eff5e2cf42b3769fc (patch) | |
tree | 0b09d8941382db81d1e9083e790c31596f2172e9 | |
parent | c52bb433f05fdd1a11a1d49618f7555d83cd6d0c (diff) | |
download | irssi-13ea2cb622f48c528b36970eff5e2cf42b3769fc.zip |
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
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | m4/curses.m4 (renamed from curses.m4) | 0 | ||||
-rw-r--r-- | m4/glib-2.0.m4 (renamed from glib-2.0.m4) | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07c5d292..5bb0a2d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 61af4f89..d409be36 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/curses.m4 b/m4/curses.m4 index 82b110fe..82b110fe 100644 --- a/curses.m4 +++ b/m4/curses.m4 diff --git a/glib-2.0.m4 b/m4/glib-2.0.m4 index 2a5afd0c..2a5afd0c 100644 --- a/glib-2.0.m4 +++ b/m4/glib-2.0.m4 |