Hi David,
* David Byron wrote on Thu, Nov 24, 2005 at 03:55:37AM CET:
> On November 17, 2005, Ralf wrote:
> >
> > Regarding the issue whether to put them all into aclocal.m4
> > or into separate files below m4/: Recent aclocal versions
> > will generate a bunch of
> >
> > m4_include([m4/foo.m4]
Hi Adnan,
* Adnan Shaheen wrote on Wed, Nov 23, 2005 at 12:40:20PM CET:
> Hi, This is a new developer in LINUX,
> I am working on LINUX and making on makefile,
> I started writing the makefile manually, But then I read about
> autoconf and automake.
> I am getting a problem with
> THE PROBLEM:
> I
I am looking for a way to have "make dist" be dependent on a target
"early" in its invocation.
The purpose of this target will be to make sure the current
"configuration" is suitable for distribution.
Any ideas on how I can do this? I have already found several ways that
do not work...
H
Hi Harlan,
* Harlan Stenn wrote on Thu, Nov 24, 2005 at 10:11:03AM CET:
> I am looking for a way to have "make dist" be dependent on a target
> "early" in its invocation.
>
> The purpose of this target will be to make sure the current
> "configuration" is suitable for distribution.
As far as I k
Well I am writting some code, you tell me what should the compiler do when I
compile it.
As earlier I told you about I am working on a LINUX machine.
CODE:
#ifdef LINUX
#include
#else // !(LINUX)
#include
#endif // LINUX
END
I think you understand this simple code, I want to open the socket.h