Eric Blake wrote: > According to Bruno Haible on 7/29/2006 6:44 AM: > > --- 1030,1036 ---- > > if test -z "$docbase"; then > > docbase="$cached_docbase" > > if test -z "$docbase"; then > > ! func_fatal_error "missing --doc-base option. --doc-base has been > > introduced on 2006-07-11; if your last invocation of 'gnulib-tool --update' > > is before that date, you need to run 'gnulib-tool --update' once, with a > > --doc-base option." > > That second --update should read --import.
Yes, actually both --update should be --import. Fixed, thanks. I was confused. Bruno