Changes / New features in version 2.4: - new command line option to set include path - updated documentation for mfg (new option) - fix handling of MFG_INCLUDE_PATH variable - escape special characters in debug output - never duplicate the primary dependency - remove duplicate TABs from makefile rules - new and much improved hashtable implementation - fix crash on reading empty lines (reported by Soren Andersen) - correct handling of pathnames when calculating dependencies - rename some macros in config.h for consistency - replace most of the code in support.c with generic code - use new logging API almost everywhere Changes / New features in version 2.3: - updated documentation for mfg - updated template files (new template: aclib) - rename $(BINEXT) to $(EXEEXT) (compatible with autoconf) - change name of default template from "default" to "prog" - automatically recognize "makefile" as alternate makefile name - fix spelling of error message texts - upgrade configure.in to autoconf 2.52 - allow for separate template file search path - support line continuation in configuration file - add options "--help" and "--version", new help text Changes / New features in version 2.2: - README file added - updated config and template files - updated documentation for mfg and genrecmake - initial spec file for building RPM package - rename genmake to genrecmake - expand "~" in path environment variables - sort values of expanded make variables - omit empty variable assignments in makefiles - do not redefine strndup(), use mfg_strndup()