Re: [PATCH 1/4] travis: Run bootstrap to fix build

2020-09-17 Thread Daniel Kiper
On Wed, Sep 09, 2020 at 10:02:18PM +0200, Petr Vorel wrote: > autogen.sh isn't enough: > $ ./autogen.sh > Gnulib not yet bootstrapped; run ./bootstrap instead. > The command "./autogen.sh" exited with 1. > > Using bootstrap requires to install autopoint package. > > Signed-off-by: Petr Vorel Revi

[PATCH 1/4] travis: Run bootstrap to fix build

2020-09-09 Thread Petr Vorel
autogen.sh isn't enough: $ ./autogen.sh Gnulib not yet bootstrapped; run ./bootstrap instead. The command "./autogen.sh" exited with 1. Using bootstrap requires to install autopoint package. Signed-off-by: Petr Vorel --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff