From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Tue, 15 Jul 2014 20:48:07 -0300 Subject: [Buildroot] [PATCH 4/5 v2] package/coreutils: gettextize to match the new gettext version In-Reply-To: <61bc2021d4233fd18c1a083f04f0b5a1ee31a82e.1405463657.git.yann.morin.1998@free.fr> References: <61bc2021d4233fd18c1a083f04f0b5a1ee31a82e.1405463657.git.yann.morin.1998@free.fr> Message-ID: <53C5BDB7.8080500@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 07/15/2014 07:37 PM, Yann E. MORIN wrote: > The gettext macros in the package are from a gettext version older than > the one we have in Buildroot, so autoreconf fails. > > Run gettextize prior to running autoreconf, like we do in wget. > > Fixes: > http://autobuild.buildroot.net/results/228/228224668be4376844fe924d0a5b346af0414460/ > http://autobuild.buildroot.net/results/ac4/ac4dbb1342e9c9f1de5412e0b71fe4422ef744ef/ > http://autobuild.buildroot.net/results/a0c/a0c25faf149de9d51768eed8ff5a2274282cd797/ > ... > > Signed-off-by: "Yann E. MORIN" > Cc: Gustavo Zacarias > Cc: Thomas Petazzoni Acked-by: Gustavo Zacarias