William Pursell wrote: > Micah Cowan wrote: >> Paul Ackersviller wrote: >>> Can anyone tell me if there are specific autoconf requirements? >>> The 2.59 autoreconf I have on the HP box fails completely on the >>> screen sources. With 2.63 on NetBSD I get the following. >>> autoheader: WARNING: Using auxiliary files such as `acconfig.h', >>> `config.h.bot' >>> autoheader: WARNING: and `config.h.top', to define templates for >>> `config.h.in' >>> autoheader: WARNING: is deprecated and discouraged. >>> autoheader: >>> autoheader: WARNING: Using the third argument of `AC_DEFINE' and >>> autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template >>> without >>> autoheader: WARNING: `acconfig.h': >>> autoheader: >>> autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, >>> autoheader: [Define if a function `main' is needed.]) >>> autoheader: >>> autoheader: WARNING: More sophisticated templates can also be produced, see >>> the >>> autoheader: WARNING: documentation. >> I think very recent is required (I have 2.63). The warnings are a known >> issue. They've been fixed by William Pursell, I believe, but probably >> won't go in to the main repository until after the 4.1.0 release > > The wrp branch at github available via: > $ git clone g...@github.com:wrp/wscreen.git > $ git checkout origin/wrp > is an attempt to modernize the configury. > Also, it uses gnulib's getloadavg, so that > issue should be moot. I haven't merged with > the savannah branch recently. > > Feedback welcome.
Of course, the above only works if you have my .ssh keys. The correct command is: $ git clone git://github.com/wrp/wscreen This builds cleanly with: autoreconf (GNU Autoconf) 2.63b.72-524a gnulib-tool (GNU gnulib 2009-04-26) and should work fine with ac 2.63. -- William Pursell