From c5652769dcc55973895a13f3938f2c2f7217e107 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 16 Mar 2008 21:35:24 +0000 Subject: [PATCH] Add comments noting things that need fixing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8032 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/gr_subversion.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/gr_subversion.m4 b/config/gr_subversion.m4 index 366a0fb2..7a415219 100644 --- a/config/gr_subversion.m4 +++ b/config/gr_subversion.m4 @@ -23,6 +23,15 @@ dnl # # 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`]) -- 2.47.2