On 07/29/10 02:26, Mike Frysinger wrote:
> i'm ok with a warning about the dir not existing (i.e. errno == ENOENT) and
> so
> it'd skip it, but the fatal abort is obnoxious. if it were some other reason
> (e.g. errno == EPERM), then i'm also ok with it aborting. this is what many
> other comm
On Thu, Jul 29, 2010 at 4:26 PM, Mike Frysinger wrote:
> one example where ive hit this is with projects using git:
> - initial clone is done
> - local libtool is configured with AC_CONFIG_MACRO_DIR(m4) like it suggests
> - m4/ only contains generated files, and those arent in git, and git does