From: Mikael A. <sn...@te...> - 2003-08-26 00:50:58
|
On Friday 22 August 2003 22.39, R. Bernstein wrote: > > 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 > It was emacs missing in subdirs list in debugger/Makefile.am > 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. > I set it to 2.53 in both places as it seemed as the most sensible thing to do. > > 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. > > It's now commited, with a log comment which (unfortunately) lacks all kind of formatting since i managed to loose the linefeeds in it. So here it is in all it's glory, or at least - with - linefeeds: Mikael fixed: * removed deprecated Autoconf constructs * bootstrap.sh execution order and include location * install into pkgdatadir instead of libdir * use AC_SUBST to configure all paths instead of hardcoding And added: * configurable package name using env. var. ALT_PACKAGE_NAME * configurable executable names * dbg-main.inc is genereated from dbg-main.inc.in now * local m4 macros now reside in acinclude.m4 /Mikael |