From: Simon Marlow Date: Wed, 5 Sep 2007 10:14:19 +0000 (+0000) Subject: Fix boot: it was avoiding autoreconfing X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b1f0cd397d4cc0e9bf178bbe2774a9b7c1595b34;hp=b1f0cd397d4cc0e9bf178bbe2774a9b7c1595b34 Fix boot: it was avoiding autoreconfing Two problems here: find needs to dereference symbolic links (-L option, I really hope that's portable), and we need to notice when aclocal.m4 is updated. Somehow I think this was easier when it just always ran autoreconf... what was wrong with that? ---