strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / git-merge-changelog
index e2b733ec90076d7fb33df90f7049fd68f25d9d20..d0e2ad02f203ea4519adc8e7f9da581c2ddfc56f 100644 (file)
@@ -5,12 +5,12 @@ Files:
 lib/git-merge-changelog.c
 
 Depends-on:
-getopt
+getopt-gnu
 stdbool
 progname
 error
 read-file
-list
+xlist
 array-list
 linkedhash-list
 linked-list
@@ -28,7 +28,7 @@ configure.ac:
 
 Makefile.am:
 bin_PROGRAMS = git-merge-changelog
-git_merge_changelog_LDADD = libgnu.a @LIBINTL@
+git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
 
 Include: