[bt-devel] Makefile.am trouble
Sven Vollbehr
bt-devel@crosswire.org
Thu, 27 Jun 2002 11:46:38 +0300
Your problem seems to be quite easy. Either you touch AUTHORS or leave
the foreign option enabled. You can just comment the dist-bzip2 and then
it works again. If there is no foreign option, automake assumes that you
have a GNU package or similar, which requires AUTHORS file.
Dunno if it works but it's worth to try.
[snip]
> ./Makefile.am:20: option `dist-bzip2' not recognized
> make[1]: *** [cvs] Error 1
> make: *** [all] Error 2
> [fkskde3@localhost bibletime]$
> 18# not a GNU package. You can remove this line, if
> 19# have all needed files, that a GNU package needs
> 20# AUTOMAKE_OPTIONS = foreign dist-bzip2 Removed by fred saalbach
here try AUTOMAKE_OPTIONS = foreign # dist-bzip2
-sven