PATCH: only generate dependencies if using gcc

2008-07-07 Thread Bostock James
Hi, The attached patch changes the build process so that dependencies are only generated if gcc is being used. The patch only includes the changes to configure.in and Makefile.in - I left out the changes to configure because I have a different version of autoconf. -james kannel_depend.patch De

Re: Modem connection help : Multi-Tech MTCBA-G-EN-F4

2008-07-07 Thread Alvaro Cornejo
Hi Tony Where you able to make your modem work with Andreas patch? Regards Alvaro On Mon, Jun 23, 2008 at 9:15 PM, Andreas Fink <[EMAIL PROTECTED]> wrote: > Tony, > > Try CVS version and apply this patch. > > > > This adds telnet support besides rawtcp. > I also added support for login/passwo

Re: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Stipe Tolj
Bostock James schrieb: Hi, The attached patch changes the build process so that dependencies are only generated if gcc is being used. The patch only includes the changes to configure.in and Makefile.in - I left out the changes to configure because I have a different version of autoconf. looks

Re: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Stipe Tolj
Stipe Tolj schrieb: Can you point out why you need to omit the .depend file creation if the compiler is not gcc? i.e. the Intel CC handles the options and can build without changes. Stipe --- Kölner Landstrasse 419 40589 Düssel

Re: Modem connection help : Multi-Tech MTCBA-G-EN-F4

2008-07-07 Thread Tony Kirkham
Yes, I was. Currently, things are working great! Thanks, -Tony On Mon, Jul 7, 2008 at 8:20 AM, Alvaro Cornejo <[EMAIL PROTECTED]> wrote: > Hi Tony > > Where you able to make your modem work with Andreas patch? > > Regards > > Alvaro > > On Mon, Jun 23, 2008 at 9:15 PM, Andreas Fink <[EMAIL PROT

RE: PATCH: only generate dependencies if using gcc

2008-07-07 Thread Bostock James
> From: Stipe Tolj > Sent: 07 July 2008 19:17 > > Stipe Tolj schrieb: > > > > Can you point out why you need to omit the .depend file creation if the > > compiler is not gcc? > > i.e. the Intel CC handles the options and can build without changes. > The native compilers for AIX, HP-UX and Solari