summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Dijkstra <[email protected]>2013-01-17 19:51:56 +0000
committerStefano Karapetsas <[email protected]>2013-02-13 23:51:11 +0100
commit5810a8f77e8d40c6d43cc0311bd322491e37caa4 (patch)
tree6e7a4195a55fae68125649436b99edd06b18ee64
parenteb40e116b998c4515f5feea7bf013c06e06284a6 (diff)
downloadmate-media-5810a8f77e8d40c6d43cc0311bd322491e37caa4.tar.bz2
mate-media-5810a8f77e8d40c6d43cc0311bd322491e37caa4.tar.xz
AC_CONFIG_HEADERS to please automake 1.13
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aaab8bc..6d7a9e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ if type -p stow > /dev/null && test -d /usr/local/stow ; then
ac_default_prefix="/usr/local/stow/${PACKAGE}-${VERSION}"
fi
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
IT_PROG_INTLTOOL([0.35.0])