Autotools updates.
authorNick Schermer <nick@xfce.org>
Sun, 6 Jan 2013 11:19:29 +0000 (12:19 +0100)
committerNick Schermer <nick@xfce.org>
Sun, 6 Jan 2013 11:19:29 +0000 (12:19 +0100)
configure.ac.in
docs/reference/thunarx/Makefile.am
examples/tex-open-terminal/Makefile.am
plugins/thunar-apr/Makefile.am
plugins/thunar-sbr/Makefile.am
plugins/thunar-sendto-email/Makefile.am
plugins/thunar-tpa/Makefile.am
plugins/thunar-uca/Makefile.am
plugins/thunar-wallpaper/Makefile.am
thunar/Makefile.am
thunarx/Makefile.am

index 84ac30c..93629a9 100644 (file)
@@ -49,7 +49,7 @@ dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
 AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
index e25361e..50b8c21 100644 (file)
@@ -46,7 +46,7 @@ content_files =                                                       \
 
 # CFLAGS and LDFLAGS for compiling scan program. Only needed
 # if $(DOC_MODULE).types is non-empty.
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_srcdir)                                                 \
        -I$(top_builddir)                                               \
        $(GTK_CFLAGS)                                                   \
index a8cf3ce..3d09e4d 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_srcdir)                                                 \
        -I$(top_srcdir)/examples                                        \
index 2b358a9..472228a 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
index 9e4ed66..e905c9e 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
index 935b1f3..f824739 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
index f3880e5..063b706 100644 (file)
@@ -1,5 +1,5 @@
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
index dea6537..5f966e0 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
index 06fe36f..8946622 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_srcdir)                                                 \
        -DG_LOG_DOMAIN=\"thunar-wallpaper-plugin\"                      \
index f0a4042..04846de 100644 (file)
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_builddir)                                               \
        -I$(top_srcdir)                                                 \
        -DBINDIR=\"$(bindir)\"                                          \
index f0c2fcd..1e522bf 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =                                                             \
+AM_CPPFLAGS =                                                          \
        -I$(top_srcdir)                                                 \
        -DG_LOG_DOMAIN=\"thunarx\"                                      \
        -DTHUNARX_COMPILATION                                           \