From: Rafael L. <lab...@ps...> - 2003-01-30 22:03:19
|
* Rafael Laboissiere <lab...@ps...> [2003-01-30 21:57]: > And now the good news: I have already an almost working patch to HEAD that > should fix all (or almost all) autoheader related problems. I am only > waiting the #defines list to be kept in plConfig.h to proceed. Maurice? The promised patch is attached below. It is not yet fully test, but at least bootstrap.sh works (both autoconf and autoheader). I am also attaching the new include/plConfig.h.in file, but its contents may change. acconfig.h must be deleted from and include/plConfig.h.in must be added to the CVS repository. Here is a summary of the changes: * In configure.ac, AM_CONFIG_HEADER is replaced by AC_CONFIG_HEADERS. config.h is now the first element in the arguments list. * All AC_DEFINE and AC_DEFINE_UNQUOTED macros in configure.ac and sysloc.in have now three arguments, as mandated by the autoheader docs. * Added at the top of plConfig.h: #if HAVE_CONFIG_H # include <config.h> #endif * The strange call touch plDevs.h in bootstrap.sh has been removed. Could you please check if this patch is okay? -- Rafael |