Re: AC_LIBOBJ and C++

2003-07-29 Thread Norman Gray
Greetings, On Wed, 23 Jul 2003, Alexandre Duret-Lutz wrote: ...much good advice, which I can report on here. > >>> "Norman" == Norman Gray <[EMAIL PROTECTED]> writes: > > Norman> How does one optionally include C++ (or any non-C) > Norman> sources in automake? > [...] > Norman> The obvious

Re: AC_LIBOBJ and C++

2003-07-22 Thread Alexandre Duret-Lutz
Hi Norman, >>> "Norman" == Norman Gray <[EMAIL PROTECTED]> writes: Norman> How does one optionally include C++ (or any non-C) Norman> sources in automake? Norman> I don't mean functions to replace missing system functionality, but Norman> modules within a package which the user may want or h

AC_LIBOBJ and C++

2003-07-22 Thread Norman Gray
Greetings, How does one optionally include C++ (or any non-C) sources in automake? I don't mean functions to replace missing system functionality, but modules within a package which the user may want or have to omit at ./configure time. The obvious thing seems to be to use AC_LIBOBJ([function]