From 1120bc4f421da713c64e1e4b2ed7dec69cc1cf2f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 26 Feb 2003 07:18:20 +0000 Subject: [PATCH] Apply Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de> patch Replace all occurences of g_getenv("HOME") with g_get_home_dir() Regenerate all Makefiles.on and configure scripts (Old svn revision: 10952) --- Makefile.in | 13 +++---- common/Makefile.in | 1 - configure | 66 +++++++++++---------------------- defaults/Makefile.in | 1 - mcs-plugin/Makefile.in | 1 - mcs-plugin/margins_plugin.c | 4 +- mcs-plugin/xfwm4_plugin.c | 4 +- src/Makefile.in | 1 - src/main.c | 4 +- themes/Makefile.in | 1 - themes/adept/Makefile.in | 1 - themes/agua/Makefile.in | 1 - themes/atlanta/Makefile.in | 1 - themes/atlanta2/Makefile.in | 1 - themes/b5/Makefile.in | 1 - themes/b6/Makefile.in | 1 - themes/bbs/Makefile.in | 1 - themes/beastie/Makefile.in | 1 - themes/biz/Makefile.in | 1 - themes/coldsteel/Makefile.in | 1 - themes/coolclean/Makefile.in | 1 - themes/crux/Makefile.in | 1 - themes/cruxish/Makefile.in | 1 - themes/curve/Makefile.in | 1 - themes/default.keys/Makefile.in | 1 - themes/eazel-blue/Makefile.in | 1 - themes/elberg/Makefile.in | 1 - themes/exocet/Makefile.in | 1 - themes/fbx/Makefile.in | 1 - themes/g2/Makefile.in | 1 - themes/gaudy/Makefile.in | 1 - themes/gnububble/Makefile.in | 1 - themes/gorilla/Makefile.in | 1 - themes/gtk/Makefile.in | 1 - themes/iceg/Makefile.in | 1 - themes/kde/Makefile.in | 1 - themes/keramik/Makefile.in | 1 - themes/kindaker/Makefile.in | 1 - themes/koynacity/Makefile.in | 1 - themes/linea/Makefile.in | 1 - themes/meenee/Makefile.in | 1 - themes/metabox/Makefile.in | 1 - themes/microcurve/Makefile.in | 1 - themes/microdeck/Makefile.in | 1 - themes/microdeck2/Makefile.in | 1 - themes/microgui/Makefile.in | 1 - themes/mofit/Makefile.in | 1 - themes/next/Makefile.in | 1 - themes/ops/Makefile.in | 1 - themes/oroborus/Makefile.in | 1 - themes/pills/Makefile.in | 1 - themes/piranha/Makefile.in | 1 - themes/platinum/Makefile.in | 1 - themes/quiet-purple/Makefile.in | 1 - themes/quinx/Makefile.in | 1 - themes/r9x/Makefile.in | 1 - themes/redmond/Makefile.in | 1 - themes/redmondxp/Makefile.in | 1 - themes/retro/Makefile.in | 1 - themes/silverado/Makefile.in | 1 - themes/slick/Makefile.in | 1 - themes/slimline/Makefile.in | 1 - themes/tabs/Makefile.in | 1 - themes/tgc/Makefile.in | 1 - themes/totem/Makefile.in | 1 - themes/trench/Makefile.in | 1 - themes/tux/Makefile.in | 1 - themes/variation/Makefile.in | 1 - themes/xfce/Makefile.in | 1 - 69 files changed, 34 insertions(+), 121 deletions(-) diff --git a/Makefile.in b/Makefile.in index 896a5efb2..bbeeb2788 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.3 from Makefile.am. +# Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -128,7 +128,6 @@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ -am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ bindir = @bindir@ build = @build@ @@ -426,12 +425,12 @@ distcheck: dist $(am__remove_distdir) GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + mkdir $(distdir)/=build + mkdir $(distdir)/=inst chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ + && cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ diff --git a/common/Makefile.in b/common/Makefile.in index a47c29277..d563f4019 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/configure b/configure index 1672405de..bb0c5299b 100755 --- a/configure +++ b/configure @@ -467,7 +467,7 @@ ac_includes_default="\ # include <unistd.h> #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS GLIB_REQUIRED_VERSION GTK_REQUIRED_VERSION PANGO_REQUIRED_VERSION LIBXFCEGUI4_REQUIRED_VERSION LIBXFCE4MCS_REQUIRED_VERSION PKG_CONFIG BASE_DEPENDENCIES_CFLAGS BASE_DEPENDENCIES_LIBS MCS_CLIENT_CFLAGS MCS_CLIENT_LIBS MCS_MANAGER_CFLAGS MCS_MANAGER_LIBS XFCE_MCS_MANAGER_CFLAGS XFCE_MCS_MANAGER_LIBS STARTUP_NOTIFICATION_CFLAGS STARTUP_NOTIFICATION_LIBS GDK_PIXBUF_CSOURCE LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS GLIB_REQUIRED_VERSION GTK_REQUIRED_VERSION PANGO_REQUIRED_VERSION LIBXFCEGUI4_REQUIRED_VERSION LIBXFCE4MCS_REQUIRED_VERSION PKG_CONFIG BASE_DEPENDENCIES_CFLAGS BASE_DEPENDENCIES_LIBS MCS_CLIENT_CFLAGS MCS_CLIENT_LIBS MCS_MANAGER_CFLAGS MCS_MANAGER_LIBS XFCE_MCS_MANAGER_CFLAGS XFCE_MCS_MANAGER_LIBS STARTUP_NOTIFICATION_CFLAGS STARTUP_NOTIFICATION_LIBS GDK_PIXBUF_CSOURCE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1691,15 +1691,6 @@ echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi -rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null - # test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then @@ -1995,7 +1986,16 @@ host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -DEPDIR="${am__leading_dot}deps" +rm -f .deps 2>/dev/null +mkdir .deps 2>/dev/null +if test -d .deps; then + DEPDIR=.deps +else + # MS-DOS does not allow filenames that begin with a dot. + DEPDIR=_deps +fi +rmdir .deps 2>/dev/null + ac_config_commands="$ac_config_commands depfiles" @@ -2976,17 +2976,11 @@ else if depmode=$depmode \ source=conftest.c object=conftest.o \ depfile=conftest.Po tmpdepfile=conftest.TPo \ - $SHELL ./depcomp $depcc -c -o conftest.o conftest.c \ - >/dev/null 2>conftest.err && + $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && grep conftest.h conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # (even with -Werror). So we grep stderr for any message - # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi + am_cv_CC_dependencies_compiler_type=$depmode + break fi done @@ -4598,7 +4592,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 4601 "configure"' > conftest.$ac_ext + echo '#line 4595 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -5127,7 +5121,7 @@ chmod -w . save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no -if { (eval echo configure:5130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then +if { (eval echo configure:5124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then @@ -6959,7 +6953,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 6962 "configure" +#line 6956 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -7057,7 +7051,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 7060 "configure" +#line 7054 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9629,17 +9623,11 @@ else if depmode=$depmode \ source=conftest.c object=conftest.o \ depfile=conftest.Po tmpdepfile=conftest.TPo \ - $SHELL ./depcomp $depcc -c -o conftest.o conftest.c \ - >/dev/null 2>conftest.err && + $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && grep conftest.h conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # (even with -Werror). So we grep stderr for any message - # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi + am_cv_CC_dependencies_compiler_type=$depmode + break fi done @@ -13025,7 +13013,6 @@ s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t -s,@am__leading_dot@,$am__leading_dot,;t t s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t s,@MAINT@,$MAINT,;t t @@ -13524,16 +13511,7 @@ echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} cat $tmp/config.h rm -f $tmp/config.h fi -# Compute $ac_file's index in $config_headers. -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $ac_file | $ac_file:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done +_am_stamp_count=`expr ${_am_stamp_count-0} + 1` echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X$ac_file : 'X\(//\)[^/]' \| \ diff --git a/defaults/Makefile.in b/defaults/Makefile.in index 1919be072..48360a9c5 100644 --- a/defaults/Makefile.in +++ b/defaults/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/mcs-plugin/Makefile.in b/mcs-plugin/Makefile.in index fb1a0d1ea..c1594867c 100644 --- a/mcs-plugin/Makefile.in +++ b/mcs-plugin/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/mcs-plugin/margins_plugin.c b/mcs-plugin/margins_plugin.c index 3030908e9..d63803909 100644 --- a/mcs-plugin/margins_plugin.c +++ b/mcs-plugin/margins_plugin.c @@ -65,7 +65,7 @@ static void set_margin(int side, int margin); static void create_channel(McsManager * manager, const char *channel, const char *rcfile) { - const gchar *home = g_getenv("HOME"); + const gchar *home = g_get_home_dir(); char *homefile, *sysfile; homefile = g_build_filename(home, ".xfce4", "settings", rcfile, NULL); @@ -90,7 +90,7 @@ static void create_channel(McsManager * manager, const char *channel, const char static gboolean save_channel(McsManager * manager, const char *channel, const char *rcfile) { - const char *home = g_getenv("HOME"); + const char *home = g_get_home_dir(); char *homefile; gboolean result; diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c index c92257790..04f4646f3 100644 --- a/mcs-plugin/xfwm4_plugin.c +++ b/mcs-plugin/xfwm4_plugin.c @@ -1584,7 +1584,7 @@ static void create_channel(McsPlugin * mcs_plugin) { McsSetting *setting; - const gchar *home = g_getenv("HOME"); + const gchar *home = g_get_home_dir(); gchar *rcfile; rcfile = g_strconcat(home, G_DIR_SEPARATOR_S, ".xfce4", G_DIR_SEPARATOR_S, RCDIR, G_DIR_SEPARATOR_S, RCFILE, NULL); @@ -1824,7 +1824,7 @@ static void create_channel(McsPlugin * mcs_plugin) static gboolean write_options(McsPlugin * mcs_plugin) { - const gchar *home = g_getenv("HOME"); + const gchar *home = g_get_home_dir(); gchar *rcfile; gboolean result; diff --git a/src/Makefile.in b/src/Makefile.in index 025de96c2..de78e52c5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/src/main.c b/src/main.c index 26afad594..99c8267db 100644 --- a/src/main.c +++ b/src/main.c @@ -130,7 +130,7 @@ static void cleanUp() static void load_saved_session(void) { - const gchar *home = g_getenv("HOME"); + const gchar *home = g_get_home_dir(); gchar *filename; filename = g_build_filename(home, G_DIR_SEPARATOR_S, ".xfwm4-session", NULL); @@ -140,7 +140,7 @@ static void load_saved_session(void) static void save_phase_2(gpointer data) { - const gchar *home = g_getenv("HOME"); + const gchar *home = g_get_home_dir(); gchar *filename; filename = g_build_filename(home, G_DIR_SEPARATOR_S, ".xfwm4-session", NULL); diff --git a/themes/Makefile.in b/themes/Makefile.in index 8512cff56..5b670061c 100644 --- a/themes/Makefile.in +++ b/themes/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/adept/Makefile.in b/themes/adept/Makefile.in index 5607d8902..888ce958c 100644 --- a/themes/adept/Makefile.in +++ b/themes/adept/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/agua/Makefile.in b/themes/agua/Makefile.in index 205763bab..be0ad27b1 100644 --- a/themes/agua/Makefile.in +++ b/themes/agua/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/atlanta/Makefile.in b/themes/atlanta/Makefile.in index c58d8dc0b..fef9761f9 100644 --- a/themes/atlanta/Makefile.in +++ b/themes/atlanta/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/atlanta2/Makefile.in b/themes/atlanta2/Makefile.in index 173f2925f..b83b434b5 100644 --- a/themes/atlanta2/Makefile.in +++ b/themes/atlanta2/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/b5/Makefile.in b/themes/b5/Makefile.in index b7f09dfd3..aac199b43 100644 --- a/themes/b5/Makefile.in +++ b/themes/b5/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/b6/Makefile.in b/themes/b6/Makefile.in index ad08e4176..fd45a7e0f 100644 --- a/themes/b6/Makefile.in +++ b/themes/b6/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/bbs/Makefile.in b/themes/bbs/Makefile.in index 9da2ad9ad..fb8eb1705 100644 --- a/themes/bbs/Makefile.in +++ b/themes/bbs/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/beastie/Makefile.in b/themes/beastie/Makefile.in index d24734bf0..6f6a2e5ec 100644 --- a/themes/beastie/Makefile.in +++ b/themes/beastie/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/biz/Makefile.in b/themes/biz/Makefile.in index 11c1d0301..1a12051e7 100644 --- a/themes/biz/Makefile.in +++ b/themes/biz/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/coldsteel/Makefile.in b/themes/coldsteel/Makefile.in index 3ac6f963a..b406f7c69 100644 --- a/themes/coldsteel/Makefile.in +++ b/themes/coldsteel/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/coolclean/Makefile.in b/themes/coolclean/Makefile.in index cb61fefb0..e20256407 100644 --- a/themes/coolclean/Makefile.in +++ b/themes/coolclean/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/crux/Makefile.in b/themes/crux/Makefile.in index 9f5cfbe45..aca5753f8 100644 --- a/themes/crux/Makefile.in +++ b/themes/crux/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/cruxish/Makefile.in b/themes/cruxish/Makefile.in index 257bdbeda..29664bf50 100644 --- a/themes/cruxish/Makefile.in +++ b/themes/cruxish/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/curve/Makefile.in b/themes/curve/Makefile.in index c3583991a..75191ec09 100644 --- a/themes/curve/Makefile.in +++ b/themes/curve/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/default.keys/Makefile.in b/themes/default.keys/Makefile.in index fe5632b80..ae1a17c8a 100644 --- a/themes/default.keys/Makefile.in +++ b/themes/default.keys/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/eazel-blue/Makefile.in b/themes/eazel-blue/Makefile.in index 6d58216d8..f96ac9c63 100644 --- a/themes/eazel-blue/Makefile.in +++ b/themes/eazel-blue/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/elberg/Makefile.in b/themes/elberg/Makefile.in index 6e3e1ed69..137805637 100644 --- a/themes/elberg/Makefile.in +++ b/themes/elberg/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/exocet/Makefile.in b/themes/exocet/Makefile.in index 197ab7975..e8ae7b07a 100644 --- a/themes/exocet/Makefile.in +++ b/themes/exocet/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/fbx/Makefile.in b/themes/fbx/Makefile.in index 064dda2dd..99ac2e781 100644 --- a/themes/fbx/Makefile.in +++ b/themes/fbx/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/g2/Makefile.in b/themes/g2/Makefile.in index b481dc31f..65a3fb954 100644 --- a/themes/g2/Makefile.in +++ b/themes/g2/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/gaudy/Makefile.in b/themes/gaudy/Makefile.in index 89c4126a9..a2ce72528 100644 --- a/themes/gaudy/Makefile.in +++ b/themes/gaudy/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/gnububble/Makefile.in b/themes/gnububble/Makefile.in index 6f4fd4da1..efacdab38 100644 --- a/themes/gnububble/Makefile.in +++ b/themes/gnububble/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/gorilla/Makefile.in b/themes/gorilla/Makefile.in index 400221e43..a2b60f9bf 100644 --- a/themes/gorilla/Makefile.in +++ b/themes/gorilla/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/gtk/Makefile.in b/themes/gtk/Makefile.in index 3a933b799..f76640b99 100644 --- a/themes/gtk/Makefile.in +++ b/themes/gtk/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/iceg/Makefile.in b/themes/iceg/Makefile.in index df00ac42e..a0e7823cf 100644 --- a/themes/iceg/Makefile.in +++ b/themes/iceg/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/kde/Makefile.in b/themes/kde/Makefile.in index 8469143c2..ab24d83df 100644 --- a/themes/kde/Makefile.in +++ b/themes/kde/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/keramik/Makefile.in b/themes/keramik/Makefile.in index 7a6c55081..dbe7ce5e9 100644 --- a/themes/keramik/Makefile.in +++ b/themes/keramik/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/kindaker/Makefile.in b/themes/kindaker/Makefile.in index a52180519..52b0196cd 100644 --- a/themes/kindaker/Makefile.in +++ b/themes/kindaker/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/koynacity/Makefile.in b/themes/koynacity/Makefile.in index c36888284..99d42411b 100644 --- a/themes/koynacity/Makefile.in +++ b/themes/koynacity/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/linea/Makefile.in b/themes/linea/Makefile.in index b13759c5d..d96f1c8b9 100644 --- a/themes/linea/Makefile.in +++ b/themes/linea/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/meenee/Makefile.in b/themes/meenee/Makefile.in index eea5e7730..19d442d53 100644 --- a/themes/meenee/Makefile.in +++ b/themes/meenee/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/metabox/Makefile.in b/themes/metabox/Makefile.in index d5dc666e8..d5c3f950b 100644 --- a/themes/metabox/Makefile.in +++ b/themes/metabox/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/microcurve/Makefile.in b/themes/microcurve/Makefile.in index 11c1a3a77..1e3dd419b 100644 --- a/themes/microcurve/Makefile.in +++ b/themes/microcurve/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/microdeck/Makefile.in b/themes/microdeck/Makefile.in index 5d802083f..c53e2598e 100644 --- a/themes/microdeck/Makefile.in +++ b/themes/microdeck/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/microdeck2/Makefile.in b/themes/microdeck2/Makefile.in index d6d0d42f4..8ee8e78c6 100644 --- a/themes/microdeck2/Makefile.in +++ b/themes/microdeck2/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/microgui/Makefile.in b/themes/microgui/Makefile.in index 6308c5a4e..1781d3379 100644 --- a/themes/microgui/Makefile.in +++ b/themes/microgui/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/mofit/Makefile.in b/themes/mofit/Makefile.in index 5b64a70a0..f6e443bc1 100644 --- a/themes/mofit/Makefile.in +++ b/themes/mofit/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/next/Makefile.in b/themes/next/Makefile.in index 822c5c532..df03cf56d 100644 --- a/themes/next/Makefile.in +++ b/themes/next/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/ops/Makefile.in b/themes/ops/Makefile.in index e550ec0fa..f1ae8fd41 100644 --- a/themes/ops/Makefile.in +++ b/themes/ops/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/oroborus/Makefile.in b/themes/oroborus/Makefile.in index 2e042efd2..58d629c19 100644 --- a/themes/oroborus/Makefile.in +++ b/themes/oroborus/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/pills/Makefile.in b/themes/pills/Makefile.in index fda2b53bc..c126623b7 100644 --- a/themes/pills/Makefile.in +++ b/themes/pills/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/piranha/Makefile.in b/themes/piranha/Makefile.in index 9bc1f8977..531c32558 100644 --- a/themes/piranha/Makefile.in +++ b/themes/piranha/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/platinum/Makefile.in b/themes/platinum/Makefile.in index ba7fa58f3..825cdd736 100644 --- a/themes/platinum/Makefile.in +++ b/themes/platinum/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/quiet-purple/Makefile.in b/themes/quiet-purple/Makefile.in index ac235ee65..9fa0eeab9 100644 --- a/themes/quiet-purple/Makefile.in +++ b/themes/quiet-purple/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/quinx/Makefile.in b/themes/quinx/Makefile.in index 62b2d748d..794bb5379 100644 --- a/themes/quinx/Makefile.in +++ b/themes/quinx/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/r9x/Makefile.in b/themes/r9x/Makefile.in index bfcb094be..bd217b71e 100644 --- a/themes/r9x/Makefile.in +++ b/themes/r9x/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/redmond/Makefile.in b/themes/redmond/Makefile.in index f3371e028..9a582651d 100644 --- a/themes/redmond/Makefile.in +++ b/themes/redmond/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/redmondxp/Makefile.in b/themes/redmondxp/Makefile.in index 4cbddc2d7..3a3eec9bb 100644 --- a/themes/redmondxp/Makefile.in +++ b/themes/redmondxp/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/retro/Makefile.in b/themes/retro/Makefile.in index 454e4ff55..308fec983 100644 --- a/themes/retro/Makefile.in +++ b/themes/retro/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/silverado/Makefile.in b/themes/silverado/Makefile.in index f0f673d8b..2bbaaf0a7 100644 --- a/themes/silverado/Makefile.in +++ b/themes/silverado/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/slick/Makefile.in b/themes/slick/Makefile.in index ecec67ad7..3e8391364 100644 --- a/themes/slick/Makefile.in +++ b/themes/slick/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/slimline/Makefile.in b/themes/slimline/Makefile.in index b58e6763a..b1e148a3b 100644 --- a/themes/slimline/Makefile.in +++ b/themes/slimline/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/tabs/Makefile.in b/themes/tabs/Makefile.in index 635a0d424..4a0fadabf 100644 --- a/themes/tabs/Makefile.in +++ b/themes/tabs/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/tgc/Makefile.in b/themes/tgc/Makefile.in index bb7960345..f0c9b6c47 100644 --- a/themes/tgc/Makefile.in +++ b/themes/tgc/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/totem/Makefile.in b/themes/totem/Makefile.in index 29ab6221e..25828aa34 100644 --- a/themes/totem/Makefile.in +++ b/themes/totem/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/trench/Makefile.in b/themes/trench/Makefile.in index f5a9d4d19..d5f14c1cb 100644 --- a/themes/trench/Makefile.in +++ b/themes/trench/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/tux/Makefile.in b/themes/tux/Makefile.in index 6086f9bdf..e635b0567 100644 --- a/themes/tux/Makefile.in +++ b/themes/tux/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/variation/Makefile.in b/themes/variation/Makefile.in index fbf58e87a..4713e5059 100644 --- a/themes/variation/Makefile.in +++ b/themes/variation/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ diff --git a/themes/xfce/Makefile.in b/themes/xfce/Makefile.in index 522148118..daec89720 100644 --- a/themes/xfce/Makefile.in +++ b/themes/xfce/Makefile.in @@ -79,7 +79,6 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXFCE4MCS_REQUIRED_VERSION = @LIBXFCE4MCS_REQUIRED_VERSION@ LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ LN_S = @LN_S@ -- GitLab