f6c140dc18e096fc625f59e1a4e9e2e1d15e72a8
[pspp] / 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
9 stdbool
10 progname
11 error
12 read-file
13 list
14 array-list
15 linkedhash-list
16 linked-list
17 rbtreehash-list
18 xalloc
19 xmalloca
20 fstrcmp
21 minmax
22 c-strstr
23 fwriteerror
24 memchr
25
26 configure.ac:
27
28 Makefile.am:
29 bin_PROGRAMS = git-merge-changelog
30 git_merge_changelog_LDADD = libgnu.a @LIBINTL@
31
32 Include:
33
34 License:
35 GPL
36
37 Maintainer:
38 Bruno Haible
39