Re: [Multisync-devel] Re: Unable to build on 64-bit SuSE 9.1

2004-06-25 Thread Stefan Huber
Hi Jay, ok, another try =). I have attached a modified configure.in file to multisync for you. But now it is called configure.ac. Try to use this instead of your configure.in. And if you have new errors after the use of this configure-file send the error output again. Don“t worry about the warning

Re: [Multisync-devel] Re: Unable to build on 64-bit SuSE 9.1

2004-06-25 Thread Jay R. Gindin
Thanks for the tips; I tried some to change some of the "underquoted" issues to include the "[]", but I'm not sure that got me much further. Duh. I guess it would help to include stderr... Here's the full output, with the *unmodified* multisync sources (no changes based on the tips below). Thanks

[Multisync-devel] Re: Unable to build on 64-bit SuSE 9.1

2004-06-24 Thread Stefan Huber
Hello, i think you use very new versions of the autotools. The errors I think come from a change in some syntax to the autotools. The first error I got also some time ago. I changed the propriate lines in the code of the m4 macros. The change must be like this example: AC_SUBST(am__leading_dot)