]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - configure.in.in
Updated the copyright statements for 2010.
[xfce4-hdaps.git] / configure.in.in
index d1a9bc1dd1d58a12758842d9c9eeacde9f5b35f2..49f3f2953a66a3a51540ef28313fee539105d890 100644 (file)
@@ -2,7 +2,7 @@ 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 ***************************
@@ -13,7 +13,7 @@ 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://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps])
 AC_PREREQ([2.50])
@@ -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 **********************************