X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=configure.in.in;h=49f3f2953a66a3a51540ef28313fee539105d890;hp=cd37134856fbf252d39ae8dc72810371a2c4013d;hb=8c39d1e4bf121a522dcc12eb72c1d4d84e943f13;hpb=63eef27ea56fc385cf1eb7af33211e697b384c3e diff --git a/configure.in.in b/configure.in.in index cd37134..49f3f29 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,20 +2,20 @@ 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.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 **********************************