[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ACLOCAL parse error in Configure
At 01:27 AM 5/26/00 -0400, Dave Fristoe wrote:
>The following lines in the conftest.s1 file created by the
>config.status script seem to be the lines that the
>sed statement does not like:
>
>...
>s%@ACLOCAL@%/var/df/ldap/openldap-1.2.10/build
>/var/df/ldap/openldap-1.2.10/build/missing aclocal%g
>...
>
>How should the lines in the conftest.s1 look like, and what
>might be causing this?
Well, each sed substitution (s) should be on one line,
not two. What do they look like in config.status?