[Slackbuilds-users] what should be the values for this two variables?

Kyle Guinn elyk03 at gmail.com
Mon Sep 25 03:10:54 UTC 2017


On 9/24/17, Fernando Lopez <fernando.lopezjr at gmail.com> wrote:
> https://github.com/zeromq/libzmq/blob/master/src/libzmq.pc.in
>
> what should be the values for this two variables?
>
> prefix=@prefix@
> exec_prefix=@exec_prefix@
>
> prefix=/usr
> exec_prefix=???????

The configure script usually sets it to:
exec_prefix=${prefix}
unless you specify --exec-prefix when running ./configure.

-Kyle


More information about the SlackBuilds-users mailing list