On Mar 27, 2009, at 11:09 PM, davek wrote:
What is the criteria for a gnu radio program that determines if it
gets put in /usr/local/bin or /usr/local/share/gnuradio/examples


These are parameters that can be specified as 'configure' arguments: the former is "--prefix=[path]" and the latter is "-- datarootdir=[path]" and then the examples will be installed in "$ {datarootdir}/gnuradio/examples" . You listed the defaults for these ( ${prefix}=/usr/local and ${datarootdir}=${prefix}/share ), which are specified internally in configure.ac and/or config/*.m4 files.


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to