Ticket #411 (new defect) — at Initial Version
make loops, rerunning configure ad infinitum
Reported by: | vda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre1 |
Component: | mc-core | Version: | master |
Keywords: | committed-master | Cc: | pahan@… |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
With current git tree, on my machine, I am able to run ./autogen.sh and then ./configure, but when I run make, I see that it runs
/bin/sh ./config.status --recheck
and when it finishes, it starts again:
...
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
...