Codebase list conserver / 21b71a6
Drop patch fix_autoconf_2.70.patch, present upstream. Debian Janitor 2 years ago
3 changed file(s) with 1 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream snapshot.
33 * Drop patch add_high_baud_rates.patch, present upstream.
4 * Drop patch fix_autoconf_2.70.patch, present upstream.
45
56 -- Debian Janitor <janitor@jelmer.uk> Tue, 15 Mar 2022 15:13:48 -0000
67
+0
-29
debian/patches/fix_autoconf_2.70.patch less more
0 From ce3b4f1d000c75ace2be2be83a0cc0df84ff6983 Mon Sep 17 00:00:00 2001
1 From: Lars Wendler <polynomial-c@gentoo.org>
2 Date: Tue, 12 Jan 2021 18:18:23 +0100
3 Subject: [PATCH] configure.ac: autoconf-2.70 fix
4
5 Gentoo-bug: https://bugs.gentoo.org/750230
6 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
7 ---
8 configure.ac | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index ee2bc8a..26541f3 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -30,11 +30,11 @@ AH_TEMPLATE([TRUST_UDS_CRED], [Defined if we trust credentials from UDS client])
16
17 dnl ### Normal initialization. ######################################
18 AC_INIT([conserver],m4_esyscmd_s([./gen-version number]))
19 -AC_PREREQ(2.59)
20 +AC_PREREQ(2.69)
21 AC_CONFIG_SRCDIR([conserver/main.c])
22 AC_CONFIG_HEADER(config.h)
23
24 -AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $@")
25 +AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $*")
26
27 dnl ### Set some option defaults. ###################################
28 if test -z "$CFLAGS"; then
00 conserver-gssapi.patch
1 fix_autoconf_2.70.patch