diff options
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]) |