Hash :
588b135d
Author :
Date :
2009-10-04T12:14:52
Remove the "lt-" prefix from program_invocation_short_name.
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