possible bug: unaccepted CFLAG macro argument

2000-08-16 Thread Baran Erkel
How should this macro argument be quoted: -Wc,"lang(extended)" Here is the AC_DEFUN and below it is the macro. AC_DEFUN(APR_ADDTO,[ $1="$$1 $2"; export $1 ]) APR_ADDTO(CFLAGS, [-Wc,lang(extended)]) The problem is, the only strings accepted by autoconf are not accepted by c89 during the make. I

Re: submission: idl_depend

2000-08-16 Thread Diego Sevilla Ruiz ([EMAIL PROTECTED])
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Alex: Alex Hornby wrote: > Ruslan Shevchenko writes: > > Are exists some documentation online ? > > How it determinate the name and number of generated source files ? > > > > It takes them as environment variables. For example here is one of

Re: submission: idl_depend

2000-08-16 Thread Ruslan Shevchenko
Alex Hornby wrote: > > Ruslan Shevchenko writes: > > Are exists some documentation online ? > > How it determinate the name and number of generated source files ? > > > > It takes them as environment variables. For example here is one of my > my TAO rules. > > .idl_c.hh: > source='$<

Re: C++ shared libraries

2000-08-16 Thread Simon Richter
On 16 Aug 2000, Alexandre Oliva wrote: > > probably this is a FAQ, but i couldn't find an answer: How can I tell > > automake to check for a C++ library (i.e. that contains no C symbols)? > automake doesn't check for libraries at all. Maybe you meant > autoconf? Indeed. Such things happen with