Re: [PATCH 1/3] Split the HOST_NAME_MAX detection into separate m4 macro

2011-11-30 Thread Bruno Haible
Ben Walton wrote: > --- a/m4/gethostname.m4 > +++ b/m4/gethostname.m4 > @@ -1,4 +1,4 @@ > -# gethostname.m4 serial 12 > +# gethostname.m4 serial 13 > dnl Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc. > dnl This file is free software; the Free Software Foundation > dnl gives unlimi

[PATCH 1/3] Split the HOST_NAME_MAX detection into separate m4 macro

2011-11-29 Thread Ben Walton
The sethostname module will rely on this code too, so make it a separate function. Signed-off-by: Ben Walton --- m4/gethostname.m4 |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/m4/gethostname.m4 b/m4/gethostname.m4 index 8ea6329..784e40a 100644 --- a/m4/gethostnam