Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
configure.ac: Add -bbkt suffix to package name
Browse files Browse the repository at this point in the history
Makes `make dist` create the distribution tarballs with the right name
(xkeyboard-config-bbkt).
  • Loading branch information
SeerLite committed Nov 25, 2021
1 parent e9342da commit 3255e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(xkeyboard-config, 2.34) # change version in meson.build as well
AC_INIT(xkeyboard-config-bbkt, 2.34) # change version in meson.build as well
AC_CONFIG_SRCDIR(rules/base.xml)
AM_INIT_AUTOMAKE([foreign dist-bzip2])

Expand Down Expand Up @@ -66,7 +66,7 @@ AM_CONDITIONAL(USE_COMPAT_RULES, test "x$enable_compat_rules" = "xyes")
AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])

GETTEXT_PACKAGE=xkeyboard-config
GETTEXT_PACKAGE=xkeyboard-config-bbkt
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])

Expand Down

0 comments on commit 3255e78

Please sign in to comment.