The git-merge-changelog does not link on MacOS X:
gcc -std=gnu99 -g -O2 -o git-merge-changelog git-merge-changelog.o libgnu.a
-lm
Undefined symbols:
"_libintl_gettext", referenced from:
_xalloc_die in libgnu.a(xalloc-die.o)
_error_tail in libgnu.a(error.o)
__getopt_internal_r in libgnu.a(getopt.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
This should fix it:
2008-04-11 Bruno Haible <[EMAIL PROTECTED]>
* modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
*** modules/git-merge-changelog.orig 2008-04-11 13:26:41.000000000 +0200
--- modules/git-merge-changelog 2008-04-11 13:26:19.000000000 +0200
***************
*** 26,32 ****
Makefile.am:
bin_PROGRAMS = git-merge-changelog
! git_merge_changelog_LDADD = libgnu.a
Include:
--- 26,32 ----
Makefile.am:
bin_PROGRAMS = git-merge-changelog
! git_merge_changelog_LDADD = libgnu.a @LIBINTL@
Include: