summaryrefslogtreecommitdiff
path: root/modules/version-etc
Commit message (Collapse)AuthorAgeFilesLines
* version-etc: use proper license stringJim Meyering2009-11-171-1/+1
| | | | | * modules/version-etc (License): Use LGPL, not LGPLv3+. * modules/version-etc-fsf: Likewise.
* version-etc: relax license to LGPLv3+Jim Meyering2009-11-161-2/+1
| | | | * modules/version-etc (License): Relax license.
* version-etc: extend for packagersMike Frysinger2009-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add three new configure options, intended for packagers: --with-packager="packager name" --with-packager-version="packager-specific version" --with-packager-bug-reports="packager bug reporting" An example with coreutils: $ ./configure \ --with-packager=Gentoo \ --with-packager-bug-report=http://bugs.gentoo.org/ \ --with-packager-version="patchset 1.6" $ ./src/ls --version | head -n3 ls (GNU coreutils) 7.1-dirty Packaged by Gentoo (patchset 1.6) Copyright (C) 2009 Free Software Foundation, Inc. Note that the bug reporting info via --help doesn't show up because coreutils uses its own custom emit_bug_reporting_address() implementation in src/system.h. If it didn't, it'd look like: $ ./src/ls --help | tail -n4 Report bugs to <bug-coreutils@gnu.org>. Report Gentoo bugs to <http://bugs.gentoo.org/>. GNU coreutils home page: <http://www.gnu.org/software/coreutils/>. General help using GNU software: <http://www.gnu.org/gethelp/>. * lib/version-etc.c: Print new information, if provided. * m4/version-etc.m4: New file. * modules/version-etc (Files): Add m4/version-etc.m4. (configure.ac): Add gl_VERSION_ETC. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* version-etc: Add emit_bug_reporting_address.Simon Josefsson2009-01-231-1/+1
|
* Use the stdarg module.Bruno Haible2006-07-251-0/+1
|
* Support programs like Emacs that use gnulib but not gettext.Paul Eggert2005-07-061-1/+1
| | | | | | | | | | | | | | | | | | | * MODULES.html.sh (Internationalization functions): Add gettext-h. * modules/gettext-h: New file. * modules/gettext (Files): Remove lib/gettext.h. (Depends-on): Add gettext-h. (Makefile.am): Remove lib_SOURCES. * modules/argmatch, modules/c-stack, modules/closeout: * modules/copy-file, modules/csharpcomp, modules/csharpexec: * modules/execute, modules/file-type, modules/getaddrinfo: * modules/getopt, modules/human, modules/javacomp: * modules/javaexec, modules/mkdir-p, modules/obstack: * modules/openat, modules/pagealign_alloc, modules/pipe: * modules/quotearg, modules/regex, modules/rpmatch: * modules/unicodeio, modules/userspec, modules/version-etc: * modules/wait-process, modules/xalloc-die, modules/xmemcoll: * modules/xsetenv: Depend on gettext-h, not gettext.
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+0
|
* Add a license tag to every module.Bruno Haible2004-09-221-0/+3
|
* Add a Maintainer.Bruno Haible2003-01-201-0/+3
|
* Add module descriptions.Bruno Haible2003-01-131-0/+1
|
* Module description.Bruno Haible2002-12-311-0/+18