[Freeswitch-users] $${base_dir} effect
Viacheslav Dubrovskyi
slava at tangramltd.com
Wed Aug 1 12:20:57 MSD 2012
01.08.2012 09:53, Vbvbrj пишет:
> Where does this $${sounds_dir} come if I don't specify it?
in configure.in
AC_ARG_WITH([soundsdir],
[AS_HELP_STRING([--with-soundsdir=DIR], [Put sound files into this
location (default: $prefix/sounds)])], [soundsdir="$withval"],
[soundsdir="$prefix/sounds"])
AC_SUBST(soundsdir)
So you need setup it during build: -
./configure --with-soundsdir ...
--
WBR,
Viacheslav Dubrovskyi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4931 bytes
Desc: ���������������������������������� �������������� S/MIME
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120801/7049a7d3/attachment-0001.bin
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list