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