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
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