>>> "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>
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