Re: automake and using an unsupported compiler

2003-03-09 Thread Alexandre Duret-Lutz
>>> "Michael" == Michael Obster <[EMAIL PROTECTED]> writes: Michael> Hi, Michael> i have a little problem with autoconf/automake. Michael> i want to compile a program with the command: Michael> fdpl -g -o program -main ownmain.c program.fdpl Michael> ownmain.c is a normal c file. Michael>

automake and using an unsupported compiler

2003-02-28 Thread Michael Obster
Hi, i have a little problem with autoconf/automake. i want to compile a program with the command: fdpl -g -o program -main ownmain.c program.fdpl ownmain.c is a normal c file. program.fdpl is fdpl language how can i get this compiled with automake. bin_PROGRAMS or s.th. like that did not work fo