[PATCH] libtool.m4: handle "undefined" from `getconf`

2012-04-18 Thread Mike Frysinger
If a getconf value doesn't have a limit, getconf will display "undefined". The libtool code though gets confused by this, so handle that specifically. Signed-off-by: Mike Frysinger * m4/libtool.m4: Check for "undefined" from `getconf`. --- m4/libtool.m4 |3 ++- 1 files changed, 2 insertions

Re: [PATCH] libtool.m4: handle "undefined" from `getconf`

2012-04-18 Thread Peter O'Gorman
Thanks, pushed. Peter On 04/18/2012 11:00 PM, Mike Frysinger wrote: > If a getconf value doesn't have a limit, getconf will display > "undefined". The libtool code though gets confused by this, so > handle that specifically. > > Signed-off-by: Mike Frysinger > > * m4/libtool.m4: Check for "und