+2007-07-19 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_import): Don't abort if pobase or po_domain is
+ empty.
+ Reported by Eric Blake.
+
2007-07-18 Bruno Haible <bruno@clisp.org>
* gnulib-tool: New options --po-base, --po-domain.
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2007-07-18 23:50:58 $'
+cvsdatestamp='$Date: 2007-07-19 20:06:45 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
nl='
# 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
# 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.