summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-301-1/+0
| | | | | | | | | The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed from the desktop file. The desktop file then has no variables so does not need to be configured. It is renamed from `*.in.in` to `*.in` to reflect that and build files and POTFILES are updated for this change.
* 3.28.13.28.1Corentin Noël2022-09-041-1/+1
|
* 3.28.03.28.0Corentin Noël2022-08-161-2/+2
| | | | | | | | | - Translation updates - Require GLib 2.44 - Modernize the codebase - Avoid several crashes - Fix RTL issues - Add meson build system (this is the last version with autotools)
* build: Allow building with gettext ≥ 0.20Ting-Wei Lan2019-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version.
* Prepare 3.26.13.26.1Michael Catanzaro2019-02-061-1/+1
|
* 3.26.03.26.0Rui Matos2017-09-121-1/+1
|
* 3.22.0.13.22.0.1gnome-3-22Rui Matos2016-09-201-1/+1
|
* build: Ensure we install gsettings schemasRui Matos2016-09-201-3/+3
| | | | Commit a0c98a08 left us with uninstallable schemas.
* 3.22.03.22.0Rui Matos2016-09-201-1/+1
|
* 3.21.923.21.92Rui Matos2016-09-141-1/+1
|
* build: Use autoreconf instead gnome-autogen.shJavier Jardón2016-07-281-2/+0
|
* Use upstream gettext instead intltoolJavier Jardón2016-07-281-4/+2
|
* build: configure.in -> configure.acJavier Jardón2016-07-281-0/+103