From: R. B. <ro...@pa...> - 2003-08-19 08:25:09
|
Mikael Andersson reports: > A short status update on auto... changes: Thanks for the update. > > I'll post a patch as soon as possible, planned to do it today but stumbled > upon a few more bugs. And it'll probably take me at least a few day to work > it out. No hurry. The next release is basically yours. :-) My own opinion is it's preferable to have it done correctly or thoroughly than done soon. > > Currently working on: > * Remove deprecated autoconf and automake constructs. Always good. At least until the next release of autoconf and automake which no doubt will change everything around again. That's what makes working with these so much fun and a such a devoted effort. ;-) If you mean renaming bash's configure.in to configure.ac, I hesitated there because things in the top-level directory should be merged into bash 2.05b and it is not clear at present no one really knows what will really happen. You'll find in the *debugger* directory that there is a configure.ac and not configure.in. The debugger directory could be split off as a separate package if/when bash changes are merged into bash. > > Pending: > * Trying to install empty file (or directory). Creates an install.gz file I don't understand this is about. Why is it desired to install a empty file or directory? > Won't adress in this fix: > * manpage names same as executables ( if executable names are transformed ) It doesn't seem that hard to address if there other packages can deal with. I wonder how other packages address this? > * builtins and rbash plain text files is not generated correctly Do you mean plain text help files the builtins are generated (correctly) now and in the future they won't be? > > Done but not commited yet: > * configurable package name. (Environment variable) > * configurable executable names. (Standard automake/autoconf way with sed > scripts) Great. > * bootstrap.sh executed auto... commands in odd order ( Always gave me an > error on first run ) I think this script I had to write when I put this in CVS. There is also autogen.sh which runs bootstrap.sh + configure. I've never understood the auto system well enough, so I would not be surprised if it has problems/bugs. Anything you can do to improve it is welcome. > * script files now installs in pkgdatadir. Note: Not everybody agrees on this > interpretation of FHS although i belive it make sense ( and obviously also > those who make emacs and perl ) I don't understand what FHS stands for. As long as things are self consistent and those folks who have strong opinions on such matters can configure this (and I don't think I'm in that category), then I don't think there should be a problem. > * No more hardcoded paths in script-files. As a consequence dbg-main.inc is to > be replaced with dbg-main.inc.in > * A location for bashdb specific macros (acinclude.m4) Again all good. Thanks for taking this mess on. |