autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Config error for Darwin (Mac OS/X)


From: Akim Demaille
Subject: Re: Config error for Darwin (Mac OS/X)
Date: 13 Dec 2000 17:34:11 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| # 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
| 
| address@hidden@%/bin/sh%g
[...]
| address@hidden@%/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

[Prev in Thread] Current Thread [Next in Thread]