hello, I'm trying to compile tuxzap (driver and dvblib compiled ok) but automake seems to be generating incorrect configure file. First it generates some warnings about deprecated methods:
----------------------------------------- Running aclocal ... Running autoheader... WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader: `config.h.in' is unchanged ----------------------------------------- Then finishes ok and runs ./configure which dies with following message (everything above seems normal): ----------------------------------------- checking cdk/cdk.h presence... yes checking for cdk/cdk.h... yes ./configure: line 4797: syntax error near unexpected token `done' ./configure: line 4797: `done' ----------------------------------------- Commenting out/fixing the 'done' produces next error, etc, etc. So something must be fundamentally wrong here. autoconf/automake versions used are following: autoconf-2.52-5 automake-1.4p5-2 Would upgrading or downgrading any of these solve the problem? Or better yet, how to get it running with current configuration? -- Martin Lillepuu | e-mail: [EMAIL PROTECTED] | gsm: +372 515 6450 -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
