| # Protect against being on the right side of a sed subst in config.status.
| sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
|  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
| /^[        ]*VPATH[            ]*=[^:]*$/d
| 
| s%@SHELL@%/bin/sh%g
[...]
| s%@AUTOMAKE@%/opt/ldap/build
| /opt/ldap/build/missing automake%g

OK, here is your problem: you have the f*king CDPATH set.  Unset it,
and retry.

$ bash
$ unset CDPATH
$ ./configure

        Akim

Reply via email to