Mercurial > hg > octave-nkf > gnulib-hg
view modules/progname @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | 281617eccdf5 |
children | 1f14c6dd175d |
line wrap: on
line source
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