X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac.in;h=03bc0c168477ed411194359463bcedc323b02241;hb=ca59be524d6c2dcb230e000b0a1c061f9586eae4;hp=069d8fbae59b86cd2578de352c7eee906fa6ea16;hpb=d9e2559f5992dec4b7ecbd0c9a29acd846f20e18;p=xfce4-hdaps.git diff --git a/configure.ac.in b/configure.ac.in index 069d8fb..03bc0c1 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,22 +2,21 @@ dnl $Id$ dnl dnl xfce4-hdaps - An IBM HDAPS plugin for the Xfce panel dnl -dnl 2012 Michael Orlitzky +dnl 2019 Michael Orlitzky dnl dnl *************************** dnl *** Version information *** dnl *************************** -m4_define([xfce4_hdaps_version], [0.0.8]) +m4_define([xfce4_hdaps_version], [0.0.9]) dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2012 +AC_COPYRIGHT([Copyright (c) 2019 Michael Orlitzky. All rights reserved.]) -AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps]) +AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com]) AC_PREREQ([2.50]) -AC_REVISION([xfce4_panel_version_build]) dnl *************************** dnl *** Initialize automake *** @@ -40,7 +39,7 @@ AC_PROG_CC() AM_PROG_CC_C_O() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([0.35.0]) dnl ************************** dnl *** Initialize libtool *** @@ -70,10 +69,10 @@ XDT_CHECK_LIBX11_REQUIRE() dnl *********************************** dnl *** Check for required packages *** dnl *********************************** -XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.20.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0]) -XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0]) +XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.20.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.14.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.14.0]) +XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.14.0]) dnl *********************************** dnl *** Check for debugging support *** @@ -96,7 +95,19 @@ AC_SUBST([PLATFORM_LDFLAGS]) AC_OUTPUT([ Makefile icons/Makefile +icons/16x16/Makefile +icons/22x22/Makefile +icons/24x24/Makefile +icons/32x32/Makefile +icons/36x36/Makefile icons/48x48/Makefile +icons/64x64/Makefile +icons/72x72/Makefile +icons/96x96/Makefile +icons/128x128/Makefile +icons/192x192/Makefile +icons/256x256/Makefile +icons/512x512/Makefile icons/scalable/Makefile panel-plugin/Makefile po/Makefile.in