From: Mikael A. <sn...@te...> - 2003-08-18 22:53:22
|
A short status update on auto... changes: 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. Currently working on: * Remove deprecated autoconf and automake constructs. Pending: * Trying to install empty file (or directory). Creates an install.gz file Won't adress in this fix: * manpage names same as executables ( if executable names are transformed ) * builtins and rbash plain text files is not generated correctly Done but not commited yet: * configurable package name. (Environment variable) * configurable executable names. (Standard automake/autoconf way with sed scripts) * bootstrap.sh executed auto... commands in odd order ( Always gave me an error on first run ) * 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 ) * 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) /Mikael |