> From: Lars Eilebrecht [mailto:[EMAIL PROTECTED]] > > According to Ravindra Jaju: > > > How about an extra echo: > > > > if [ "x`$aux/getuid.sh`" != "x0" -a "x$port" = "x" ]; then > > conf_port="8080" > > echo "Non-root process. Server will run on port $conf_port" > > fi > > +1
The problem with this, is that it gets lost in the noise of autoconf. Whenever we try to put informative messages like this in the configure output, nobody seems it. Ryan
