mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
Anyone using EXIT_FAILURE needs to depend on stdlib, now that the exit module is gone. * modules/argmatch (Depends-on): Replace exit with stdlib. * modules/copy-file (Depends-on): Likewise. * modules/execute (Depends-on): Likewise. * modules/exitfail (Depends-on): Likewise. * modules/obstack (Depends-on): Likewise. * modules/pagealign_alloc (Depends-on): Likewise. * modules/pipe-filter-gi (Depends-on): Likewise. * modules/pipe-filter-ii (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * modules/spawn-pipe (Depends-on): Likewise. * modules/wait-process (Depends-on): Likewise. * modules/xsetenv (Depends-on): Likewise. * modules/chdir-long (Depends-on): Add stdlib, for EXIT_FAILURE. * modules/git-merge-changelog (Depends-on): Likewise. * modules/long-options (Depends-on): Likewise. * modules/pt_chown (Depends-on): Likewise. * modules/sysexits (Depends-on): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
42 lines
462 B
Plaintext
42 lines
462 B
Plaintext
Description:
|
|
git "merge" driver for GNU style ChangeLog files
|
|
|
|
Files:
|
|
lib/git-merge-changelog.c
|
|
|
|
Depends-on:
|
|
getopt-gnu
|
|
stdbool
|
|
stdlib
|
|
progname
|
|
error
|
|
read-file
|
|
xlist
|
|
array-list
|
|
linkedhash-list
|
|
linked-list
|
|
rbtreehash-list
|
|
xalloc
|
|
xmalloca
|
|
fstrcmp
|
|
minmax
|
|
c-strstr
|
|
fwriteerror
|
|
memchr
|
|
memcmp
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
bin_PROGRAMS = git-merge-changelog
|
|
git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|