libtool-patches
[Top][All Lists]
Advanced

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

Re: config/ltmain.sh in srcdir contains hard-coded path!


From: Bob Friesenhahn
Subject: Re: config/ltmain.sh in srcdir contains hard-coded path!
Date: Wed, 8 Sep 2004 23:05:34 -0500 (CDT)

On Wed, 8 Sep 2004, Albert Chin wrote:
Clearly this won't work as we don't have an absolute path.

I just thought about something else. Does config/ltmain.sh get copied
to $(prefix) as the ltmain.sh that should go in distribution tarballs?
If so, @mkdir_p@ is even more broken. Say someone copies in a

Yup.  Bad problem.

If I bootstrap/build under FreeBSD rather than Solaris, then the entry is defined like

 : ${MKDIR_P=""}

but if I build under Solaris, it is defined like:

 : ${MKDIR_P="/home/bfriesen/src/gnu/libtool/config/install-sh -d"}

I think that all systems should support this path. :-)

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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