summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-02-05 14:13:20 -0800
committerStefano Karapetsas <[email protected]>2013-02-05 14:13:20 -0800
commitc7b5e4978cb0b8f59e9666e97ba4b4e2d0c500a0 (patch)
tree8d9859bf5173ac59a500c648718c01c3f9860b61
parent569411e76331fd13c8ed82031d4bebd6a6850134 (diff)
parent5b6d9a323b1d528ae58fa169918df9df98eeec50 (diff)
downloadmate-panel-c7b5e4978cb0b8f59e9666e97ba4b4e2d0c500a0.tar.bz2
mate-panel-c7b5e4978cb0b8f59e9666e97ba4b4e2d0c500a0.tar.xz
Merge pull request #72 from MDykstra/master
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 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])])