diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:13 +0100 |
commit | 1b1ad4ed2919fbc68d8905cfec38a968821ce372 (patch) | |
tree | 5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /debian/patches/0010-AC_INIT.patch | |
parent | 63b5c0db2dc641876e58d232220c7efc2b2c2423 (diff) | |
parent | fa82e850f8d894ae4b9cd75bd12ffeeb65974d50 (diff) |
Merge branch 'release/debian/1.1-1_experimental1'debian/1.1-1_experimental1
Diffstat (limited to 'debian/patches/0010-AC_INIT.patch')
-rw-r--r-- | debian/patches/0010-AC_INIT.patch | 30 |
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 d967829..0000000 --- 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]) - |