1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Bruno Haible
588b135db5 Remove the "lt-" prefix from program_invocation_short_name. 2009-10-04 12:14:52 +02:00
Jim Meyering
9cedf3e1ac progname: also set global program_invocation_name, when possible.
Before this change, a libtool-enabled program that calls glibc's
error function would report the program name as
"/abs/dir/.libs/lt-program_name" rather than the desired program_name.
* modules/progname (configure.ac): Check for a declaration of
program_invocation_name.
* lib/progname.c:  Include <errno.h>.
(set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
Set program_invocation_name.
2009-08-25 01:03:33 +02:00
Bruno Haible
5143f4e91f Add a license tag to every module. 2004-09-22 15:11:04 +00:00
Bruno Haible
74d8ea7d7e 2004-08-03 Simon Josefsson <jas@extundo.com>
progname doesn't need stdbool.
2004-08-06 20:42:23 +00:00
Bruno Haible
ea1d8c004c New module 'progname'. 2003-08-20 19:45:05 +00:00