configure: Convert --with-l26=<dir> argument to absolute path.
authorBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 22:08:37 +0000 (15:08 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 14 Apr 2010 17:25:27 +0000 (10:25 -0700)
commit0b6d72fc776179703ba2cc8d8b3ea878a29cad61
tree63df49c2111e191b9af443bf652a455f94d01a4e
parentcd05c6ad2fdcedce229f962ca29c167287b9b21b
configure: Convert --with-l26=<dir> argument to absolute path.

If the argument to --with-l26 is given as a relative pathname, then if
configuration succeeds, the build will fail, because the current directory
during the kernel build is different from that at configuration time.
Avoid the problem by converting the argument to an absolute path if
necessary.
acinclude.m4