|
a2eb92ef
|
2011-07-19T17:22:49
|
|
getopt-gnu: suppress core dumps from detection code
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Use the nocrash module
to suppress core dumps that may well occur on glibc systems.
These core dumps might not be cleaned up automatically, or could
trigger some system core dump handling logic.
* modules/getopt-gnu: Depend on nocrash.
Signed-off-by: Pádraig Brady <P@draigBrady.com>
|
|
37723302
|
2011-05-08T13:05:47
|
|
getopt: Move AC_LIBOBJ invocations to module description.
* m4/getopt.m4 (gl_REPLACE_GETOPT): Remove macro.
(gl_FUNC_GETOPT): Inline it here. Move AC_LIBOBJ and gl_PREREQ_GETOPT
invocations from here...
* modules/getopt-gnu (configure.ac): ... to here.
* modules/getopt-posix (configure.ac): ... and here.
(Depends-on): Update condition.
|
|
c2090a84
|
2011-03-02T18:48:01
|
|
getopt-gnu: relax license from LGPLv3+ to LGPLv2+
* modules/getopt-gnu (License): Relax to LGPLv2+, for augeas,
on request from Matthew Booth.
|
|
cd21604b
|
2010-03-28T00:31:39
|
|
Distinguish two kinds of module indicators.
|
|
1dff1a67
|
2009-08-13T01:23:35
|
|
New modules 'getopt-posix', 'getopt-gnu'.
|