Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
It was deprecated in GLib 2.36, and we already have a hard dependency
on that version.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
|
|
|
|
Equivalent to MC commit c3cba93.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Automake 2 will make this the default, and 1.14 warns about not
using it. Equivalent to MC commit 1f11065.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Conflicts:
NEWS
configure.ac
|
|
|
|
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
|
|
|
|
Since this is a stable branch, we're unlikely to fix uses of
deprecated functions, so we shouldn't warn about them.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=55761
|
|
|
|
|
|
This reverts commit 04dd20c2968223029d1310c9fdedbe86592dcaf4.
|
|
|
|
|
|
|
|
This means we define MKDIR_P instead of mkdir_p - adjust.
Strictly speaking this requires Autoconf 2.59d, but 2.60 is hardly a
new innovation (it was released in 2006).
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
|
|
|
|
|
|
Conflicts:
NEWS
|
|
Conflicts:
NEWS
|
|
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated
since 2002) has been removed in favour of AC_CONFIG_HEADERS.
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59604
|
|
Conflicts:
NEWS
configure.ac
|
|
|
|
|
|
|
|
This reverts commit 74b79c60c152d7ac49f091c88c2001a6dcec93f1.
|
|
|
|
|
|
Since this is a stable branch, we're unlikely to fix uses of
deprecated functions, so we shouldn't warn about them.
To be reverted in the 0.21 branch.
|
|
This is to compensate for 0.19.10, which should have incremented them
(because it added API) but didn't.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
This is the same as AS_IF, but for "case". It's safer for the same
reasons.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53445
|
|
AS_IF is always safe, whereas if/fi usually works in practice, but
sometimes fails to do the right thing with Autoconf macro dependencies.
See <https://bugzilla.gnome.org/show_bug.cgi?id=681413> for more
information.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53445
|
|
test EXPR -a EXPR is a common extension (present in bash, dash etc.), but
is not guaranteed by POSIX.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53445
|
|
|
|
|
|
|
|
|