mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
build fixes
This commit is contained in:
25
configure
vendored
25
configure
vendored
@ -621,6 +621,7 @@ ac_includes_default="\
|
||||
|
||||
ac_subst_vars='LTLIBOBJS
|
||||
LIBOBJS
|
||||
LIBEXECDIR
|
||||
DATADIR
|
||||
CFGDIR
|
||||
PSQL_CONFIG
|
||||
@ -4564,6 +4565,30 @@ _ACEOF
|
||||
|
||||
|
||||
|
||||
|
||||
libexec_dir=`echo $libexecdir | grep prefix`
|
||||
|
||||
if test -n "$libexec_dir"; then
|
||||
if test "$prefix" = "NONE"
|
||||
then
|
||||
libexec_dir="$ac_default_prefix/libexec"
|
||||
else
|
||||
libexec_dir="$prefix/libexec"
|
||||
fi
|
||||
else
|
||||
libexec_dir="$libexecdir"
|
||||
fi
|
||||
|
||||
LIBEXECDIR=$libexec_dir
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define LIBEXECDIR "$libexec_dir"
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define VIRUS_TEMPLATE "$my_prefix/share/clapf/template.virus"
|
||||
_ACEOF
|
||||
|
Reference in New Issue
Block a user