diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-10 15:00:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-10 15:37:27 +0200 |
commit | 9f7ebef3d464a2e40fae75012201a5da2740b99c (patch) | |
tree | 918c017c1514645670749b50dcdd9796918a3c5f /bootstrap | |
parent | 13a499406fe43ab3a6d4d13c660f6a8b368e638f (diff) | |
download | libguestfs-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-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |