]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.in.in
Updated the copyright statements for 2010.
[xfce4-hdaps.git] / configure.in.in
index cd37134856fbf252d39ae8dc72810371a2c4013d..49f3f2953a66a3a51540ef28313fee539105d890 100644 (file)
@@ -2,20 +2,20 @@ dnl $Id$
 dnl
 dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel
 dnl
-dnl 2009 Michael Orlitzky <michael@orlitzky.com>
+dnl 2010 Michael Orlitzky <michael@orlitzky.com>
 dnl
 
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([xfce4-hdaps_version], [0.0.1])
+m4_define([xfce4_hdaps_version], [0.0.5])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2009
+AC_COPYRIGHT([Copyright (c) 2010
         Michael Orlitzky. All rights reserved.])
-AC_INIT([xfce4-hdaps], [xfce4-hdaps_version()], [http://bugzilla.xfce.org/], [xfce4-hdaps])
+AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
 AC_REVISION([$Id])
@@ -35,6 +35,11 @@ AC_PROG_LD()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+AC_PROG_LIBTOOL()
+
 dnl **********************************
 dnl *** Check for standard headers ***
 dnl **********************************