Lorenzo Bettini wrote: > as reported in the documentation, I have the source base and m4 base, > resp., in gl and gl/m4 > > now I'm trying to run gnulib-tool --update as follows, but I get an error: > > gnulib-tool --update --m4-base=gl/m4/ --source-base=gl/ --dry-run > gnulib-tool: invalid options for 'update' mode > Try 'gnulib-tool --help' for more information.
Just "gnulib-tool --update --dry-run" will do it. It finds the m4-base and source-base by itself. Bruno