diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-05 14:13:20 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-05 14:13:20 -0800 |
commit | c7b5e4978cb0b8f59e9666e97ba4b4e2d0c500a0 (patch) | |
tree | 8d9859bf5173ac59a500c648718c01c3f9860b61 | |
parent | 569411e76331fd13c8ed82031d4bebd6a6850134 (diff) | |
parent | 5b6d9a323b1d528ae58fa169918df9df98eeec50 (diff) | |
download | mate-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.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])]) |