On 01-Dec-1999, Dave Peticolas <[EMAIL PROTECTED]> wrote:
> > With the latest updates, and Rob Browning's reporting patch, I get the
> > following:
> 
> Did you run autoconf and then configure?

The mercury system uses the following make targets to check that
configure is up-to-date.  Perhaps this might avoid this problem in
future (if indeed it is the problem)?

configure: configure.in
        autoconf

config.status: configure
        if [ -f ./config.status ]; then \
                ./config.status --recheck; \
        else \
                echo "======> You need to run configure!"; \
                exit 1; \
        fi

-- 
The quantum sort: 
        while (!sorted) { do_nothing(); }
Tyson Dowd   <[EMAIL PROTECTED]>   http://tyse.net/

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to