From: R. B. <ro...@pa...> - 2003-08-22 20:39:12
|
> Here they are for everyones amusement ... have a look if you dare .) > Haven't got around to fixing manpages yet, but i thought i'd solicit some > comment and commit these fixes first. Over all things I think this is a big big improvement. Many thanks! I would like to suggest one change to a comment to configure.ac which I'll send privately. And when I cd into the debugger directory and try "make distcheck", I get this error which I don't believe was there before: ./config.status: line 1: cd: ../../emacs: No such file or directory config.status: creating emacs/Makefile config.status: error: cannot find input file: emacs/Makefile.in I have a feeling $srcdir is inherited when it shouldn't be. Otherwise things look very good. > As for autoconf/automake versions I have a AC_PREREQ(2.57) , but it probably > needs to be relaxed a bit (2.53 was previous value). Yes, please. And the value in debugger was 2.50. > It was set by autoupdate which i used to do a first pass of getting > the autoconf files somewhat up to date. It's very generous of the autoupdate folks to coerce everyone to into getting new (and sometimes incompatible) versions of autoconf/automake. But let's not take advantage of this fabulous offer when it is not needed as is the case here. Please go ahead and check this all back into CVS taking into account the above changes as you see fit. |