Re: aclocal directory not found error

2010-07-29 Thread Behdad Esfahbod
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

Re: aclocal directory not found error

2010-07-29 Thread Jack Kelly
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

Re: aclocal directory not found error

2010-07-28 Thread Mike Frysinger
On Thursday, July 29, 2010 02:07:35 Ralf Wildenhues wrote: > * Mike Frysinger wrote on Thu, Jul 29, 2010 at 07:52:41AM CEST: > > On Thursday, July 29, 2010 01:40:24 Ralf Wildenhues wrote: > > > * Behdad Esfahbod wrote on Thu, Jul 29, 2010 at 03:20:37AM CEST: > > > > So this tiny issue has been bugg

Re: aclocal directory not found error

2010-07-28 Thread Ralf Wildenhues
* Mike Frysinger wrote on Thu, Jul 29, 2010 at 07:52:41AM CEST: > On Thursday, July 29, 2010 01:40:24 Ralf Wildenhues wrote: > > * Behdad Esfahbod wrote on Thu, Jul 29, 2010 at 03:20:37AM CEST: > > > So this tiny issue has been bugging me for years. Thought I report. > > > Can you please make aclo

Re: aclocal directory not found error

2010-07-28 Thread Mike Frysinger
On Thursday, July 29, 2010 01:40:24 Ralf Wildenhues wrote: > * Behdad Esfahbod wrote on Thu, Jul 29, 2010 at 03:20:37AM CEST: > > So this tiny issue has been bugging me for years. Thought I report. > > Can you please make aclocal silently ignore include directories that > > do not exist? It bothe

Re: aclocal directory not found error

2010-07-28 Thread Ralf Wildenhues
Hi Behdad, * Behdad Esfahbod wrote on Thu, Jul 29, 2010 at 03:20:37AM CEST: > > So this tiny issue has been bugging me for years. Thought I report. > Can you please make aclocal silently ignore include directories that > do not exist? It bothers me that on a new system when I set my env > vars

aclocal directory not found error

2010-07-28 Thread Behdad Esfahbod
Hi, Hope you're all doing well. So this tiny issue has been bugging me for years. Thought I report. Can you please make aclocal silently ignore include directories that do not exist? It bothers me that on a new system when I set my env vars to have a complete tree in my ~/.local, every directo