Hi All,

 

Anybody interested in helping fix the -srcdir option?  I am trying to build
in a subdirectory off the Freeswitch source.  I am working on it and finding
issues.  However, being a newbie at autoconf/automake and shell scripting I
sometimes struggle at finding fixes.

 

For example, the script command below is in bootstrap.sh, but might need to
be moved or duplicated in configure.* to support using configure -srcdir
option, as the modules.conf file also needs to be to the build destination
folder.

 

if [ ! -f modules.conf ]; then 

    cp build/modules.conf.in modules.conf

fi

 

Thanks,

Robert

 

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to