blob: f93650f86cdfa28107153a94a85fb382ac56325f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 31a5d2f7db18737aef08c34e8707b4f69f7e5156 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sun, 21 Oct 2012 17:59:20 +0200
4Subject: [PATCH] configure.ac: remove AM_PO_SUBDIRS
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9together with oe autotools.bbclass this is done twice and causes:
10
11| autoreconf: running: aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/aclocal-copy/ --automake-acdir=/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ --force -I auto-m4 -I m4m
12| configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS.
13
14Upstream-Status: Inapropriate [configuration]
15
16Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
17---
18 configure.ac | 1 -
19 libgphoto2_port/configure.ac | 1 -
20 2 files changed, 0 insertions(+), 2 deletions(-)
21
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022--- a/configure.ac
23+++ b/configure.ac
Andrew Geissler87f5cff2022-09-30 13:13:31 -050024@@ -282,7 +282,6 @@ dnl ------------------------------------
25 GP_GETTEXT_SETUP([GETTEXT_PACKAGE_LIBGPHOTO2],
26 [${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],
27 [po])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050028-AM_PO_SUBDIRS()
Andrew Geissler87f5cff2022-09-30 13:13:31 -050029 AM_GNU_GETTEXT_VERSION([0.19.1])
30 AM_GNU_GETTEXT([external])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050031 AM_ICONV()
Patrick Williamsb48b7b42016-08-17 15:04:38 -050032--- a/libgphoto2_port/configure.ac
33+++ b/libgphoto2_port/configure.ac
Andrew Geissler87f5cff2022-09-30 13:13:31 -050034@@ -122,7 +122,6 @@ dnl ------------------------------------
35 GP_GETTEXT_SETUP([GETTEXT_PACKAGE_LIBGPHOTO2_PORT],
36 [${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT_MIN}],
37 [po])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050038-AM_PO_SUBDIRS()
Andrew Geissler87f5cff2022-09-30 13:13:31 -050039 AM_GNU_GETTEXT_VERSION([0.19.1])
40 AM_GNU_GETTEXT([external])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050041 AM_ICONV()