#3732: ./configure step gets repeated automatically
------------------------+---------------------
Reporter: balderdash | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone:
Component: IMAP | Version:
Keywords: |
------------------------+---------------------
{{{
Sometimes when I build mutt from my cloned repo, and the configuration
step stops, I type "make", and then "configure" ends up being run all over
again:
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /repos/mutt/missing
aclocal-1.15 -I m4
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /repos/mutt/missing autoconf
cd . && /bin/sh /bld/mutt/missing automake-1.15 --foreign
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure -C --enable-debug
--enable-imap --enable-pop --enable-smtp --enable-hcache --with-
ssl=/usr/local/ssl --with-sasl --with-tokyocabinet --with-homespool=.foo
--disable-nls --no-create --no-recursion
After this second round of configuring ends, `make` goes through just
fine.
I don't understand why it's doing that at all, and I don't understand why
it's claiming my autoconf and aclocal are missing. They're where they
always are, in /usr/local. This reconfiguration is intermittent, and I
haven't
yet been able to detect a pattern. I do know that it didn't start until
sometime within the last month or so.
This is on OSX 10.10.x; I see it on multiple machines.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3732>
Mutt <http://www.mutt.org/>
The Mutt mail user agent