bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POTFILES.in updates?


From: Bruno Haible
Subject: Re: POTFILES.in updates?
Date: Thu, 19 Jul 2007 22:06:12 +0200
User-agent: KMail/1.5.4

Hi Eric,

> $ gnulib-tool --update
> gnulib-tool: *** missing --po-base option
> gnulib-tool: *** Stop.

This was not intended. Sorry. This patch should fix it.


2007-07-19  Bruno Haible  <address@hidden>

        * gnulib-tool (func_import): Don't abort if pobase or po_domain is
        empty.
        Reported by Eric Blake.

*** gnulib-tool 18 Jul 2007 23:50:58 -0000      1.250
--- gnulib-tool 19 Jul 2007 20:04:17 -0000
***************
*** 2031,2039 ****
    # The pobase defaults to the cached one.
    if test -z "$pobase"; then
      pobase="$cached_pobase"
-     if test -z "$pobase"; then
-       func_fatal_error "missing --po-base option"
-     fi
    fi
    # The docbase defaults to the cached one.
    if test -z "$docbase"; then
--- 2031,2036 ----
***************
*** 2086,2094 ****
    # The po_domain defaults to the cached one.
    if test -z "$po_domain"; then
      po_domain="$cached_po_domain"
-     if test -z "$po_domain"; then
-       func_fatal_error "missing --po-domain option"
-     fi
    fi
  
    # Canonicalize the list of specified modules.
--- 2083,2088 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]