autoconf
[Top][All Lists]
Advanced

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

Re: Default for libexecdir [Solved]


From: Bill Moseley
Subject: Re: Default for libexecdir [Solved]
Date: Fri, 4 Apr 2003 07:15:14 -0800 (PST)


Well, for the archives this is our work-around from one of our
developers.


libexecdiropt=$(echo $ac_option | grep 'libexecdir=')
if test "x$libexecdiropt" == "x"; then
        libexecdir='${exec_prefix}/lib/${PACKAGE}'
fi


Seems to work, but I have not tried it on anything else than on Linux.


Thanks for all the help.


-- 
Bill Moseley address@hidden





reply via email to

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