X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac.in;h=4f09255f57ebb8c0f1fc06e80144252d9c998a36;hb=9f0c55cdbdea6472d55cb2500c249e14e15b6a36;hp=9f7c7983f131d06ea2f8a728577df0c240ddc160;hpb=5fc5999096559932c1fb0d0aa9aace09c92e67f9;p=xfce4-hdaps.git diff --git a/configure.ac.in b/configure.ac.in index 9f7c798..4f09255 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,8 +1,6 @@ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2019 Michael Orlitzky -dnl dnl *************************** dnl *** Version information *** @@ -12,10 +10,11 @@ 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 *** @@ -25,11 +24,11 @@ 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 *** @@ -40,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 **********************************