commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8032 - gnuradio/trunk/config


From: gdt
Subject: [Commit-gnuradio] r8032 - gnuradio/trunk/config
Date: Sun, 16 Mar 2008 15:35:25 -0600 (MDT)

Author: gdt
Date: 2008-03-16 15:35:24 -0600 (Sun, 16 Mar 2008)
New Revision: 8032

Modified:
   gnuradio/trunk/config/gr_subversion.m4
Log:
Add comments noting things that need fixing.


Modified: gnuradio/trunk/config/gr_subversion.m4
===================================================================
--- gnuradio/trunk/config/gr_subversion.m4      2008-03-16 07:41:46 UTC (rev 
8031)
+++ gnuradio/trunk/config/gr_subversion.m4      2008-03-16 21:35:24 UTC (rev 
8032)
@@ -23,6 +23,15 @@
 #
 # Test for presence of subversion, and create variables for 
 # current repository version and last changed date.
+#
+# TODO: Fix the following problems in this code:
+#
+# 1. Remove use of non-standard program which (3.0BSD, not specified
+# by POSIX.
+#
+# 2. When operating on distribution tarballs (which do not have
+# subversion metadata) on machines that have subversion, do not
+# produce error message.
 
 AC_DEFUN([GR_SUBVERSION],[
        AC_CHECK_PROG([SVN],[svn],[`which svn`])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]