summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2013-02-04 14:11:15 +0100
committerMichal Privoznik <mprivozn@redhat.com>2013-02-04 14:53:31 +0100
commit1648363b853e9112ae85e458e53376e5323dbc6c (patch)
tree0d9ed38593258a26fdc6cbcf003e030a79ae4ba9 /configure.ac
parent7d9e442ffb054b95daeac95f6ebc8a50f55014e6 (diff)
downloadvirt-viewer-1648363b853e9112ae85e458e53376e5323dbc6c.tar.gz
virt-viewer-1648363b853e9112ae85e458e53376e5323dbc6c.tar.xz
virt-viewer-1648363b853e9112ae85e458e53376e5323dbc6c.zip
Make compilation work with automake 1.13
Just one thing needs to be changed for virt-viewer to build with automake 1.13, AM_CONFIG_HEADER is deprecated and should be AC_CONFIG_HEADERS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d20e8c9..28c7bd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(virt-viewer, 0.5.4)
AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
AC_CANONICAL_HOST