diff options
author | Marcel Dijkstra <[email protected]> | 2013-01-31 01:19:04 +0100 |
---|---|---|
committer | Marcel Dijkstra <[email protected]> | 2013-01-31 01:19:04 +0100 |
commit | 5b6d9a323b1d528ae58fa169918df9df98eeec50 (patch) | |
tree | 88ec8290d0e9a3f5335351c57c11875dccd6da0a | |
parent | 63af85af7ae234463478fa512939dec1a49f8b98 (diff) | |
download | mate-panel-5b6d9a323b1d528ae58fa169918df9df98eeec50.tar.bz2 mate-panel-5b6d9a323b1d528ae58fa169918df9df98eeec50.tar.xz |
AC_CONFIG_HEADERS to please automake 1.13
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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])]) |