Jim Meyering
2009-Aug-25 07:22 UTC
[Libguestfs] [PATCH libguestfs] build: invoke autopoint with --force
Without this, I'd see a warning about an existing build-aux/config.rpath go by whenever bootstrap ran:>From 4c1cc009cd04995acd05cfffa3c497403f8c7a55 Mon Sep 17 00:00:00 2001From: Jim Meyering <meyering at redhat.com> Date: Tue, 25 Aug 2009 09:10:21 +0200 Subject: [PATCH libguestfs] build: invoke autopoint with --force * bootstrap: Invoke autopoint with --force, to avoid warning about existing build-aux/config.rpath. --- bootstrap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bootstrap b/bootstrap index 2eba6a7..85afda8 100755 --- a/bootstrap +++ b/bootstrap @@ -29,7 +29,7 @@ GNULIB_SRCDIR=.gnulib ls po/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > po/LINGUAS # Run autopoint, to get po/Makevars.template: -autopoint +autopoint -f # Create gettext configuration. echo "$0: Creating po/Makevars from po/Makevars.template ..." -- 1.6.4.1.322.g38eb7
Maybe Matching Threads
- [PATCH libguestfs 1/2] build: invoke autopoint and autoreconf with --force
- [PATCH] build: generate some just-removed files in po/
- syntax-check changes
- [PATCH] internationalisation: Replace autopoint infrastructure with libintl-perl
- [PATCH 3/3] Mac OS X: Run glibtoolize in absence of libtoolize