Re: [Queue-developers] new intermediate development Queue version
Brought to you by:
wkrebs
From: Gert V. d. E. <gvd...@sc...> - 2001-02-27 08:13:05
|
Hi all, Hi QingLong I get errors when I do autoheader for the new CVS sources. After doing autoheader -v -d, I could locate a (possible) bug in configure.in. The lines that contain the following give an error with autoheader: AC_MSG_WARN([Define/undefine RXVT_UTMP_FILE in config.h manually]) Is it possible autoheader flips on the word Define ? I use the following versions: autoheader (GNU Autoconf) 2.49c Written by Roland McGrath. automake (GNU automake) 1.4d If I eliminate these warnings (I leave AC_MSG_WARN([RXVT]) in configure.in), autoheader doesn't complain, neither does autoconf. However after that, I still have lines containing @AMDEP@ in my Makefile and Gnu Make doesn't like them :-) How do I work around this ? Thanks, Gert On Tue, 27 Feb 2001 00:56:48 +0300, QingLong said: > Hello! > > There is a new queue-development version at sourceforge CVS. > ChangeLog excerpt: > --- Put config.h stuff in usual #ifndef wrapper to allow multiple > inclusion of the header file. (see acconfig.h) > --- Added <search.h> to AC_CHECK_HEADERS list for remque() and insque() > prototypes in Linux. Added `#include <search.h>' where necessary. > --- Created number of header files for holding type definitions, > prototypes and macros from/for corresponding C files for clean > and clear code structure and files layout. The layout also allows > providing finer and more complete source portions dependance > information in makefile. Began moving relevant stuff > to appropriate locations. > --- Made queue and queued run under (having effective uid.gid set to) > user's real uid.gid and only elevate privileges to root level > on demand, e.g. to bind privileged TCP port or (de)allocate pty. > --- Made queued create more proper/informative utmp entry: > write down real username instead of always putting "root". > --- Added a few extra parameters to functions in wakeup.c to eliminate > need in having queue_verbose and queue_debug global variables both > in queue and queued (where they are irrelevant). > If there is a bunch of common code in client and daemon portions > of the system we should probably arrange it as a library. > --- Did some code cleaning to avoid ambiguites and make gcc more happy > (decrease number of warnings). > --- Added a few library functions return status checking/handling > to ensure successfull socket creation, port bindings, etc. > > I have not yet committed changes to derived stuff like configure > and Makefile.in, so please issue > automake --add-missing > autoheader > autoconf > prior to running ./configure. I hope you already have automake and autoconf > already installed on your systems. > > As the changes made (namely the one dealing with privileges) > touch a few critical parts of code the version do need excessive testing. > Please give it try and send feedback to the mailing list. Thank you. > > QingLong. > > _______________________________________________ > Queue-developers mailing list Que...@li... > To unsubscribe, subscribe, or set options: > http://lists.sourceforge.net/lists/listinfo/queue-developers > |