]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.ac.in
COPYING: update license to AGPL-3.
[xfce4-hdaps.git] / configure.ac.in
index 069d8fbae59b86cd2578de352c7eee906fa6ea16..abdcce15c37c98f0e5ca5dcebf2f4c4dfc1f09f1 100644 (file)
@@ -2,22 +2,21 @@ dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
-dnl 2012 Michael Orlitzky <michael@orlitzky.com>
+dnl 2019 Michael Orlitzky <michael@orlitzky.com>
 dnl
 
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([xfce4_hdaps_version], [0.0.8])
+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()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps])
+AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com])
 AC_PREREQ([2.50])
-AC_REVISION([xfce4_panel_version_build])
 
 dnl ***************************
 dnl *** Initialize automake ***
@@ -40,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 ***