mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
27 lines
287 B
Plaintext
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
|