blob: 349b1ff0a7c60d7a6c3717e4d4837978633c69a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Description:
Program name management.
Files:
lib/progname.h
lib/progname.c
Depends-on:
configure.ac:
AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>])
Makefile.am:
lib_SOURCES += progname.h progname.c
Include:
"progname.h"
License:
GPL
Maintainer:
Bruno Haible
|