From 1ecfca23f629560e6cd57dedb69dc639d5fed1ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff.email>
Date: Mon, 16 Aug 2021 23:30:26 +0200
Subject: New d/p/0010-AC_INIT.patch to fix AC_INIT handling

---
 debian/patches/0010-AC_INIT.patch | 30 ++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 debian/patches/0010-AC_INIT.patch

(limited to 'debian/patches')

diff --git a/debian/patches/0010-AC_INIT.patch b/debian/patches/0010-AC_INIT.patch
new file mode 100644
index 00000000..d967829e
--- /dev/null
+++ b/debian/patches/0010-AC_INIT.patch
@@ -0,0 +1,30 @@
+Description: Fix AC_INIT handling
+Author: Jörg Frings-Fürst <debian@jff.email>
+Bug: <bug-libunistring@gnu.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992281
+Forwarded: yes 
+Last-Update: 2021-08-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/configure.ac
+===================================================================
+--- trunk.orig/configure.ac
++++ trunk/configure.ac
+@@ -16,12 +16,14 @@ dnl along with this program.  If not, se
+ 
+ dnl Process this file with autoconf to produce a configure script.
+ 
++
++
+ AC_PREREQ([2.63])
+-AC_INIT
++. $srcdir/version.sh
++AC_INIT([libunistring],[m4_esyscmd_s([$VERSION_NUMBER])])
+ AC_CONFIG_SRCDIR([lib/unistring/version.in.h])
+ AC_CONFIG_AUX_DIR([build-aux])
+-. $srcdir/version.sh
+-gl_INIT_PACKAGE([libunistring], [$VERSION_NUMBER])
++dnl AM_INIT_AUTOMAKE
+ AM_INIT_AUTOMAKE([silent-rules dist-xz])
+ AM_CONFIG_HEADER([config.h])
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 746190bd..d6c7caac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0100-float-endian-detection.patch
 0700-multiarch-libc.patch
 0705-gcc-9.patch
+0010-AC_INIT.patch
-- 
cgit v1.2.3