Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-panel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Xfce
xfce4-panel
Commits
1bb5006f
Commit
1bb5006f
authored
2 years ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
build: Use XDT_VERSION_INIT and get rid of configure.ac.in
parent
73fe4378
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
configure.ac
+10
-24
10 additions, 24 deletions
configure.ac
with
10 additions
and
25 deletions
.gitignore
+
0
−
1
View file @
1bb5006f
...
...
@@ -41,7 +41,6 @@ libxfce4panel*.pc
.deps
ABOUT-NLS
INSTALL
configure.ac
gtk-doc.m4
po/POTFILES
po/stamp-po
...
...
This diff is collapsed.
Click to expand it.
configure.ac
.in
→
configure.ac
+
10
−
24
View file @
1bb5006f
...
...
@@ -11,30 +11,16 @@ dnl ***************************
m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
m4_define([libxfce4panel_version_api], [2.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [19])
m4_define([xfce4_panel_version_micro], [0])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
m4_define([xfce4_panel_version_tag], [git])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************
dnl *** Debugging support for GIT snapshots ***
dnl *******************************************
m4_define([panel_debug_default], [ifelse(xfce4_panel_version_tag(), [git], [yes], [minimum])])
XDT_VERSION_INIT([4.19.0], [git])
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2023
The Xfce development team. All rights reserved.
Written for Xfce by Jasper Huijsmans <jasper@xfce.org>
and Nick Schermer <nick@xfce.org>.])
AC_INIT([xfce4-panel],[xfce4_panel_version],[https://gitlab.xfce.org/xfce/xfce4-panel/-/issues],[xfce4-panel])
AC_COPYRIGHT([Copyright (c) 2004-2023 The Xfce development team. All rights reserved.
Written for Xfce by Jasper Huijsmans <jasper@xfce.org> and Nick Schermer <nick@xfce.org>.])
AC_INIT([xfce4-panel],[xdt_version],[https://gitlab.xfce.org/xfce/xfce4-panel/-/issues],[xfce4-panel])
AC_PREREQ([2.69])
AC_REVISION([x
fce4_panel
_version_build])
AC_REVISION([x
dt
_version_build])
dnl ***************************
dnl *** Initialize automake ***
...
...
@@ -85,11 +71,11 @@ AC_SUBST([LIBXFCE4PANEL_VERINFO])
dnl **************************
dnl *** Substitute version ***
dnl **************************
LIBXFCE4PANEL_VERSION=x
fce4_panel
_version()
LIBXFCE4PANEL_VERSION=x
dt
_version()
LIBXFCE4PANEL_VERSION_API=libxfce4panel_version_api()
LIBXFCE4PANEL_VERSION_MAJOR=x
fce4_panel
_version_major()
LIBXFCE4PANEL_VERSION_MINOR=x
fce4_panel
_version_minor()
LIBXFCE4PANEL_VERSION_MICRO=x
fce4_panel
_version_micro()
LIBXFCE4PANEL_VERSION_MAJOR=x
dt
_version_major()
LIBXFCE4PANEL_VERSION_MINOR=x
dt
_version_minor()
LIBXFCE4PANEL_VERSION_MICRO=x
dt
_version_micro()
AC_DEFINE([LIBXFCE4PANEL_VERSION_API], ["libxfce4panel_version_api()"], [libxfce4panel api version])
AC_SUBST([LIBXFCE4PANEL_VERSION])
AC_SUBST([LIBXFCE4PANEL_VERSION_API])
...
...
@@ -186,7 +172,7 @@ GTK_DOC_CHECK([1.9])
dnl ***********************************
dnl *** Check for debugging support ***
dnl ***********************************
XDT_FEATURE_DEBUG([
panel
_debug_default])
XDT_FEATURE_DEBUG([
xdt
_debug_default])
dnl **************************************
dnl *** Check for linker optimizations ***
...
...
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