[Xfce4-commits] [xfce/xfdesktop] 01/02: Update configure.ac.in, remove obsoletes stuff
noreply at xfce.org
noreply at xfce.org
Thu May 16 23:53:46 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit 7735b9d741b9a5a0a3e56f487ab683dbd67b9894
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Thu May 16 23:50:42 2019 +0200
Update configure.ac.in, remove obsoletes stuff
---
configure.ac.in | 17 ++++++++---------
settings/Makefile.am | 6 ------
2 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 7dd6715..8450235 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,4 +1,6 @@
-dnl configure.ac
+dnl
+dnl Copyright (c) 2003-2019
+dnl The Xfce development team. All rights reserved.
dnl
dnl xfdesktop - xfce4's desktop manager
dnl
@@ -33,7 +35,7 @@ m4_append([xfdesktop_version_short], [xfdesktop_version_minor])
m4_append([xfdesktop_version_short], ["])
dnl init autoconf
-AC_INIT([xfdesktop], [xfdesktop_version], [http://bugzilla.xfce.org/])
+AC_INIT([xfdesktop], [xfdesktop_version], [https://bugzilla.xfce.org/])
AC_PREREQ([2.60])
dnl init automake
@@ -41,12 +43,11 @@ AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([m4])
AM_MAINTAINER_MODE
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
dnl check for UNIX variants
AC_USE_SYSTEM_EXTENSIONS
AC_SEARCH_LIBS([strerror],[cposix])
-AM_CONDITIONAL([HAVE_CYGWIN], [test "`uname | grep \"CYGWIN\"`" != ""])
dnl check for basic programs
AC_PROG_CC
@@ -61,12 +62,10 @@ LT_INIT([disable-static])
dnl check for standard header files
AC_HEADER_STDC
-AC_CHECK_HEADERS([ctype.h errno.h fcntl.h math.h pwd.h signal.h stddef.h \
- string.h sys/mman.h sys/param.h sys/stat.h sys/statvfs.h \
- sys/types.h sys/wait.h time.h \
+AC_CHECK_HEADERS([ctype.h errno.h fcntl.h math.h pwd.h signal.h \
+ string.h sys/param.h sys/stat.h \
+ sys/types.h time.h \
unistd.h])
-AC_CHECK_FUNCS([mmap sigaction srandom])
-
dnl Check for i18n support
XDT_I18N([@LINGUAS@])
diff --git a/settings/Makefile.am b/settings/Makefile.am
index b8f68cf..168f2e8 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -32,12 +32,6 @@ xfdesktop_settings_LDADD = \
$(LIBX11_LIBS) \
$(GTK_LIBS)
-if HAVE_CYGWIN
- xfdesktop_settings_LDADD += \
- $(XFCONF_LIBS) \
- $(LIBX11_LIBS)
-endif
-
desktop_in_files = xfce-backdrop-settings.desktop.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list