verify: new macro 'assume'
[gnulib.git] / modules / git-merge-changelog
1 Description:
2 git "merge" driver for GNU style ChangeLog files
3
4 Files:
5 lib/git-merge-changelog.c
6
7 Depends-on:
8 getopt-gnu
9 stdbool
10 stdlib
11 progname
12 error
13 read-file
14 xlist
15 array-list
16 linkedhash-list
17 linked-list
18 rbtreehash-list
19 xalloc
20 xmalloca
21 fstrcmp
22 minmax
23 c-strstr
24 fwriteerror
25 memchr
26 memcmp
27
28 configure.ac:
29
30 Makefile.am:
31 bin_PROGRAMS = git-merge-changelog
32 git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
33
34 Include:
35
36 License:
37 GPL
38
39 Maintainer:
40 Bruno Haible
41