diff options
author | infirit <[email protected]> | 2014-02-10 21:12:17 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 21:23:16 +0100 |
commit | 25d1f72222c5f659d1928b6cad5fff7331a8a0f7 (patch) | |
tree | 6a218518482cf73fd8653669b92765472892605f /configure.ac | |
parent | 76b064f8fce30e3103d1a2b0d862cef8792cce42 (diff) | |
download | mate-indicator-applet-25d1f72222c5f659d1928b6cad5fff7331a8a0f7.tar.bz2 mate-indicator-applet-25d1f72222c5f659d1928b6cad5fff7331a8a0f7.tar.xz |
Fix several autotool warnings
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 92d4a0e..2fcd634 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ - -AC_INIT(src/applet-main.c) - AC_PREREQ(2.53) +AC_INIT([mate-indicator-appler], [1.6.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_CONFIG_SRCDIR(src/applet-main.c) + AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mate-indicator-applet, 1.6.0) +AM_INIT_AUTOMAKE([no-dist-gzip dist-xz]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |