Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-windowck-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-windowck-plugin
Commits
1a6c74d6
Commit
1a6c74d6
authored
2 years ago
by
Arkadiy Illarionov
Browse files
Options
Downloads
Patches
Plain Diff
Update configure.ac.in
* Bump required version to 2.69 * Replace some obsolete macros
parent
f18241a4
Loading
Loading
1 merge request
!22
Update configure.ac.in
Pipeline
#15043
passed
2 years ago
Stage: build
Stage: distcheck
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac.in
+10
-11
10 additions, 11 deletions
configure.ac.in
with
10 additions
and
11 deletions
configure.ac.in
+
10
−
11
View file @
1a6c74d6
...
...
@@ -19,32 +19,32 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (C) 2015
Alessio Piccoli, Cedric Leporcq. All rights reserved.])
AC_INIT([xfce4-windowck-plugin],
[windowck_version],
[https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/issues],
[xfce4-windowck-plugin],
[https://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin])
AC_PREREQ([2.
50
])
AC_INIT([xfce4-windowck-plugin],[windowck_version],[https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/issues],[xfce4-windowck-plugin],[https://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin])
AC_PREREQ([2.
69
])
AC_REVISION([xfce4_panel_version_build])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
A
M
_CONFIG_HEADER([config.h])
A
C
_CONFIG_HEADER
S
([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl *******************************
dnl *** Check for UNIX variants ***
dnl *******************************
AC_
AIX()
AC_
ISC_POSIX(
)
AC_
USE_SYSTEM_EXTENSIONS
AC_
SEARCH_LIBS([strerror],[cposix]
)
dnl ********************************
dnl *** Check for basic programs ***
dnl ********************************
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG
_LD()
LT_PATH
_LD(
[]
)
AC_PROG_INSTALL()
AC
_PROG_INTLTOOL()
IT
_PROG_INTLTOOL(
[0.35.0]
)
dnl **************************
dnl *** Initialize libtool ***
...
...
@@ -55,9 +55,7 @@ LT_INIT([disable-static])
dnl **********************************
dnl *** Check for standard headers ***
dnl **********************************
AC_HEADER_STDC()
AC_CHECK_HEADERS([stdlib.h unistd.h locale.h stdio.h errno.h time.h string.h \
math.h sys/types.h sys/wait.h memory.h signal.h sys/prctl.h \
AC_CHECK_HEADERS([unistd.h sys/types.h sys/wait.h memory.h sys/prctl.h \
libintl.h])
AC_CHECK_FUNCS([bind_textdomain_codeset])
...
...
@@ -99,7 +97,7 @@ AC_MSG_CHECKING([PLATFORM_LDFLAGS])
AC_MSG_RESULT([$PLATFORM_LDFLAGS])
AC_SUBST([PLATFORM_LDFLAGS])
AC_
OUTPUT
([
AC_
CONFIG_FILES
([
Makefile
icons/Makefile
icons/48x48/Makefile
...
...
@@ -116,6 +114,7 @@ themes/windowck-dark/xfwm4/Makefile
themes/windowck-dark/unity/Makefile
po/Makefile.in
])
AC_OUTPUT
dnl ***************************
dnl *** Print configuration ***
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment