X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=configure.in.in;h=49f3f2953a66a3a51540ef28313fee539105d890;hp=c6f5656aa5907f49732ce0b825aa3a5f67142b2c;hb=8c39d1e4bf121a522dcc12eb72c1d4d84e943f13;hpb=6aa7cd4dd55e09b88c6fbd85ed2e9fd7cbe833c2 diff --git a/configure.in.in b/configure.in.in index c6f5656..49f3f29 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,18 +2,18 @@ dnl $Id$ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2009 Michael Orlitzky +dnl 2010 Michael Orlitzky dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [0.0.3]) +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 **********************************