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 <[EMAIL PROTECTED]>
* 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 ----