diff options
author | Paul Smith <psmith@gnu.org> | 2005-05-10 01:38:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-05-10 01:38:18 +0000 |
commit | 26d8d00cb77f0d71f72d4f61e7f38009dbef9715 (patch) | |
tree | 90030c239cea27ff9dc8049eea04b67244d7e898 /ChangeLog | |
parent | e4c14a675ca6df1f31aac5d4571be695d76a7fd0 (diff) | |
download | gunmake-26d8d00cb77f0d71f72d4f61e7f38009dbef9715.tar.gz |
Fixes to allow "make dist" etc. to work again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-05-09 Paul D. Smith <psmith@gnu.org> + + * Makefile.am (EXTRA_make_SOURCES): Add vmsjobs.c + (MAYBE_W32): Rework how SUBDIRS are handled so that "make dist" + recurses to the w32 directory, even on non-Windows systems. Use + the method suggested in the automake manual. + * configure.in: Add w32/Makefile to AC_CONFIG_FILES. + * maintMakefile (gnulib-url): They moved the texinfo.tex files. + 2005-05-07 Paul D. Smith <psmith@gnu.org> * main.c (die): If we're dying with a fatal error (not that a |