mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
c52bb433f0
commit
13ea2cb622
@ -1,4 +1,4 @@
|
|||||||
ACLOCAL_AMFLAGS = -I .
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
# create default-config.h
|
# create default-config.h
|
||||||
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h
|
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h
|
||||||
|
@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(build-aux)
|
|||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([irssi-config.h])
|
AC_CONFIG_HEADERS([irssi-config.h])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([1.9 no-define foreign])
|
AM_INIT_AUTOMAKE([1.9 no-define foreign])
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
Loading…
Reference in New Issue
Block a user