search for: d46b3be

Displaying 2 results from an estimated 2 matches for "d46b3be".

Did you mean: 146c3be
2009 Aug 05
0
[PATCH] build: generate some just-removed files in po/
...com> Date: Wed, 5 Aug 2009 08:01:38 -0400 Subject: [PATCH] build: generate some just-removed files in po/ * bootstrap: Generate po/Makevars and po/LINGUAS. --- bootstrap | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/bootstrap b/bootstrap index e4ddf85..d46b3be 100755 --- a/bootstrap +++ b/bootstrap @@ -60,6 +60,21 @@ case ${GNULIB_SRCDIR--} in ;; esac +ls po/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > po/LINGUAS + +# Create gettext configuration. +echo "$0: Creating po/Makevars from po/Makevars.template ..." +rm -f po/Makev...
2009 Aug 05
2
using gnulib from daemon/
Hi Rich, Prompted by your "New commands to list devices by UUID and label" patch, I've adjusted it to use gnulib. While just compiling hash.[ch] is probably ok, in general (given the strict requirements of libguestfs) using the C files of a module is usually not an option, since you don't get the benefit of the module's m4 tests or automake snippets. For other modules,