X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=configure.ac.in;h=abdcce15c37c98f0e5ca5dcebf2f4c4dfc1f09f1;hp=f953a3a921f3dd387d86d49562eecab4578b4d63;hb=c2192722c30e86449a7598eb9c962af39ed2a7e0;hpb=0af6844f24d29988e5f783aafd4c7f1451519a45 diff --git a/configure.ac.in b/configure.ac.in index f953a3a..abdcce1 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,7 +2,7 @@ dnl $Id$ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2012 Michael Orlitzky +dnl 2019 Michael Orlitzky dnl dnl *************************** @@ -13,7 +13,7 @@ m4_define([xfce4_hdaps_version], [0.0.9]) dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2012 +AC_COPYRIGHT([Copyright (c) 2019 Michael Orlitzky. All rights reserved.]) AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com]) AC_PREREQ([2.50]) @@ -39,7 +39,7 @@ AC_PROG_CC() AM_PROG_CC_C_O() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([0.35.0]) dnl ************************** dnl *** Initialize libtool ***