summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-10 15:00:48 +0200
committerJim Meyering <meyering@redhat.com>2009-08-10 15:37:27 +0200
commit9f7ebef3d464a2e40fae75012201a5da2740b99c (patch)
tree918c017c1514645670749b50dcdd9796918a3c5f /bootstrap
parent13a499406fe43ab3a6d4d13c660f6a8b368e638f (diff)
downloadlibguestfs-9f7ebef3d464a2e40fae75012201a5da2740b99c.tar.gz
libguestfs-9f7ebef3d464a2e40fae75012201a5da2740b99c.tar.xz
libguestfs-9f7ebef3d464a2e40fae75012201a5da2740b99c.zip
build: avoid first-time configure-from-clone failure
* bootstrap: Run autopoint before using the file it creates, po/Makevars.template. Reported by Richard Jones. Details here: https://www.redhat.com/archives/libguestfs/2009-August/msg00135.html
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 1eee72d6..cea8c407 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,6 +28,9 @@ GNULIB_SRCDIR=.gnulib
ls po/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > po/LINGUAS
+# Run autopoint, to get po/Makevars.template:
+autopoint
+
# Create gettext configuration.
echo "$0: Creating po/Makevars from po/Makevars.template ..."
rm -f po/Makevars