diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 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 | ||||
-rw-r--r-- | src/core/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-common/core/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-common/irc/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-common/irc/dcc/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-common/irc/notifylist/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-none/Makefile.am | 2 | ||||
-rw-r--r-- | src/fe-text/Makefile.am | 2 | ||||
-rw-r--r-- | src/irc/core/Makefile.am | 2 | ||||
-rw-r--r-- | src/irc/dcc/Makefile.am | 2 | ||||
-rw-r--r-- | src/irc/flood/Makefile.am | 2 | ||||
-rw-r--r-- | src/irc/notifylist/Makefile.am | 2 | ||||
-rw-r--r-- | src/irc/proxy/Makefile.am | 2 | ||||
-rw-r--r-- | src/lib-config/Makefile.am | 2 | ||||
-rw-r--r-- | src/perl/Makefile.am | 2 |
19 files changed, 17 insertions, 16 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 @@ -6,7 +6,7 @@ PKG_NAME="Irssi" srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -if test ! -f $srcdir/configure.in; then +if test ! -f $srcdir/configure.ac; then echo -n "**Error**: Directory \`$srcdir\' does not look like the" echo " top-level $PKG_NAME directory" exit 1 diff --git a/configure.in b/configure.ac index 61af4f89..d409be36 100644 --- a/configure.in +++ 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 diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 59ae0a8d..fc32e17e 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libcore.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core \ $(GLIB_CFLAGS) \ diff --git a/src/fe-common/core/Makefile.am b/src/fe-common/core/Makefile.am index eb826414..e755b510 100644 --- a/src/fe-common/core/Makefile.am +++ b/src/fe-common/core/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libfe_common_core.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \ $(GLIB_CFLAGS) \ -DHELPDIR=\""$(datadir)/irssi/help"\" \ diff --git a/src/fe-common/irc/Makefile.am b/src/fe-common/irc/Makefile.am index 9ca9ccfa..463f145c 100644 --- a/src/fe-common/irc/Makefile.am +++ b/src/fe-common/irc/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = dcc notifylist noinst_LIBRARIES = libfe_common_irc.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/fe-common/irc/dcc/Makefile.am b/src/fe-common/irc/dcc/Makefile.am index 7161f262..e0ad6296 100644 --- a/src/fe-common/irc/dcc/Makefile.am +++ b/src/fe-common/irc/dcc/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libfe_irc_dcc.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/fe-common/irc/notifylist/Makefile.am b/src/fe-common/irc/notifylist/Makefile.am index 94f5a791..b990dcd2 100644 --- a/src/fe-common/irc/notifylist/Makefile.am +++ b/src/fe-common/irc/notifylist/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libfe_irc_notifylist.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index d06f04e1..1233fc91 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = botti -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index b8ec634e..b9538e60 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = irssi -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/fe-common/core/ \ diff --git a/src/irc/core/Makefile.am b/src/irc/core/Makefile.am index fa4ca3f9..3db5cf0e 100644 --- a/src/irc/core/Makefile.am +++ b/src/irc/core/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirc_core.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am index a2ca19e2..cf1e2ff5 100644 --- a/src/irc/dcc/Makefile.am +++ b/src/irc/dcc/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirc_dcc.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/irc/flood/Makefile.am b/src/irc/flood/Makefile.am index a5ba65b0..1c4d786a 100644 --- a/src/irc/flood/Makefile.am +++ b/src/irc/flood/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirc_flood.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am index c4a7f4a0..abd9d18d 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirc_notifylist.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am index 8a5b5046..4eb73bb8 100644 --- a/src/irc/proxy/Makefile.am +++ b/src/irc/proxy/Makefile.am @@ -1,7 +1,7 @@ moduledir = $(libdir)/irssi/modules module_LTLIBRARIES = libirc_proxy.la -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ diff --git a/src/lib-config/Makefile.am b/src/lib-config/Makefile.am index 4831ae66..06c7787c 100644 --- a/src/lib-config/Makefile.am +++ b/src/lib-config/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirssi_config.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 909f4a81..a09c49a5 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -14,7 +14,7 @@ libfe_perl_la_LDFLAGS = -module -avoid-version -rpath $(moduledir) perl-core.lo: irssi-core.pl.h perl-signals.lo: perl-signals-list.h -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core \ -I$(top_srcdir)/src/fe-common/core \ |