(1) configure.ac:296
++++
BUILD_DATE=`date -R -u`
++++

The '-u' works ("Display or set the date in UTC (Coordinated Universal) time"), but there is no "-R" option to Darwin's built-in 'date'. What does the '-R' option specify? Maybe there's another way to do it on Darwin that's more compatible with Linux (or, vice versa)?

(2) config/gr_git.m4:37
++++
if test x`echo $GIT_DESCRIBE | cut -f 1- -d '-' --output-delimiter=' ' | wc -w` = x4; then
++++

It's the "--output-delimiter" that doesn't work with Darwin's 'cut'; this version only handles single '-' parameters. What does this option do? Maybe there's another way to do it on Darwin that's more compatible with Linux (or, vice versa)?


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

Reply via email to