'make full' fails at DumpData
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
'make full' fails due to error in:
libosmscout/DumpData$ ./autogen.sh
...
Makefile.am: error: required file './AUTHORS' not found
autoreconf: automake failed with exit status: 1
touch AUTHORS is sufficient to prevent this error.
Maybe you find a nicer solution
[ Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-62-generic x86_64 ]
PS: autoreconf (GNU Autoconf) 2.69
This has been fixed by adding the AUTHORS file. The change was already been pushed.