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

Java roadmap

2003-02-28 Thread Simon Richter
Hi, now that the difficult part of my exams is over, I can start to think about hacking Java support in automake. Currently, when compiling Java files to bytecode, this happens with javac (hardcoded, but can be overridden with an argument to make). The class files are output to the build root