summaryrefslogtreecommitdiff
path: root/debian/patches/0010-AC_INIT.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-10-27 13:26:15 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-10-27 13:26:15 +0200
commitbd6c0f0bb2deae6e3cd3c35688f49cec192b8b4b (patch)
treef433971dea4d506a814fce3ba303caa9d2c2a6c1 /debian/patches/0010-AC_INIT.patch
parentd1c22dc7e4df10fe62dc388e79364128fe33cf15 (diff)
Remove unused patches
Diffstat (limited to 'debian/patches/0010-AC_INIT.patch')
-rw-r--r--debian/patches/0010-AC_INIT.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/patches/0010-AC_INIT.patch b/debian/patches/0010-AC_INIT.patch
deleted file mode 100644
index d967829e..00000000
--- a/debian/patches/0010-AC_INIT.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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])
-