several automake questions

2001-10-10 Thread mcmahill
Hi, I've recently converted a project over to automake and have several questions. 1) How can I specify a different directory or subdirectory for a program? The application is a cgi program which might, for example, end up in /usr/local/libexec/cgi-bin. The standard things like bin_PROGRAMS

Re: [PATCH] IDL support for automake-1.5

2001-10-10 Thread Bjørn Wennberg
"Kyle F. Downey" <[EMAIL PROTECTED]> writes: > > foo_SOURCE = foo.cc > > foo_IDL_CC = foo-intf.idl > > foo_IDL_JAVA = foo-java.idl > > > > A nit: the point of IDL is that it's the same for all languages, so I > think this is unnecessary. The omniORB3 compiler can generate c, c++, python and pro