1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getprogname
Jim Meyering 9a8bf3b56c getprogname: port to OpenBSD 5.1
* lib/getprogname.c (__progname) [HAVE_DECL___PROGNAME]: Declare.
(getprogname) [HAVE_DECL___PROGNAME]: Return __progname or "?".
* modules/getprogname (configure.ac): Move most of this code...
* m4/getprogname.m4 (gl_FUNC_GETPROGNAME): ... to this function,
increment serial number, and add a test for __progname.
https://bugs.gnu.org/24562
Reported by Nelson H. F. Beebe.
2016-09-28 11:52:37 -07:00

27 lines
287 B
Plaintext

Description:
Program name management.
Files:
lib/getprogname.h
lib/getprogname.c
m4/getprogname.m4
Depends-on:
dirname-lgpl
extensions
configure.ac:
gl_FUNC_GETPROGNAME
Makefile.am:
lib_SOURCES += getprogname.h getprogname.c
Include:
"getprogname.h"
License:
LGPL
Maintainer:
All