From 5b6d9a323b1d528ae58fa169918df9df98eeec50 Mon Sep 17 00:00:00 2001 From: Marcel Dijkstra Date: Thu, 31 Jan 2013 01:19:04 +0100 Subject: AC_CONFIG_HEADERS to please automake 1.13 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 36cec725..8b48b629 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([mate-panel], [1.5.4], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.1