]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.ac.in
autotools: use top-level "m4" directory for macros.
[xfce4-hdaps.git] / configure.ac.in
index e2a1060177248a2087e7abacb03c6b95375219f8..4f09255f57ebb8c0f1fc06e80144252d9c998a36 100644 (file)
@@ -1,36 +1,34 @@
-dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
-dnl 2019 Michael Orlitzky <michael@orlitzky.com>
-dnl
 
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([xfce4_hdaps_version], [1.0.0])
+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])
+AC_CONFIG_MACRO_DIRS([m4])
 
 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])])
 
-dnl *******************************
-dnl *** Check for UNIX variants ***
-dnl *******************************
-AC_AIX()
-AC_ISC_POSIX()
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl ********************************
 dnl *** Check for basic programs ***
@@ -41,12 +39,6 @@ AC_PROG_LD()
 AC_PROG_INSTALL()
 IT_PROG_INTLTOOL([0.35.0])
 
-dnl **************************
-dnl *** Initialize libtool ***
-dnl **************************
-LT_PREREQ([2.2.6])
-LT_INIT([disable-static])
-
 dnl **********************************
 dnl *** Check for standard headers ***
 dnl **********************************