]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.ac.in
configure.ac.in: update copyright year.
[xfce4-hdaps.git] / configure.ac.in
index 03bc0c168477ed411194359463bcedc323b02241..d8a680e7ff8ee98efd1af096bd19035ea36f1041 100644 (file)
@@ -1,4 +1,3 @@
-dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
@@ -8,12 +7,12 @@ dnl
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([xfce4_hdaps_version], [0.0.9])
+m4_define([xfce4_hdaps_version], [1.0.2])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2019
+AC_COPYRIGHT([Copyright (c) 2021
         Michael Orlitzky. All rights reserved.])
 AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com])
 AC_PREREQ([2.50])
@@ -21,7 +20,7 @@ AC_PREREQ([2.50])
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([-Wall no-dist-gzip dist-xz tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])