Re: new module 'uname'

2009-08-06 Thread Bruno Haible
Sam Steingold asked: > Bruno Haible wrote: > > configure.ac: > > gl_FUNC_UNAME > > gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) > > just curious, since I will be using uname for clisp/syscalls: > what is gl_SYS_UTSNAME_MODULE_INDICATOR? > why does it take an argument? gl_SYS_UTSNAME_MODULE_INDICATOR

Re: new module 'uname'

2009-08-06 Thread Sam Steingold
Bruno Haible wrote: configure.ac: gl_FUNC_UNAME gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) just curious, since I will be using uname for clisp/syscalls: what is gl_SYS_UTSNAME_MODULE_INDICATOR? why does it take an argument? thanks. Sam.

new module 'uname'

2009-08-02 Thread Bruno Haible
e nodename result is the same as gethostname(). The sysname result is chosen in a way compatible with the msys uname.exe, so that config.guess will work fine when used with coreutils uname.exe. The release and version fields are human-readable. Bruno 2009-08-02 Bruno Haible New mod