diff options
author | gdt | 2008-03-16 21:35:24 +0000 |
---|---|---|
committer | gdt | 2008-03-16 21:35:24 +0000 |
commit | c5652769dcc55973895a13f3938f2c2f7217e107 (patch) | |
tree | 10a40d9e53d77be0608c1b55d70e7d8f8982c05d /config | |
parent | 0388ecb65c788413c9d80e7d6a5622ecc280bd71 (diff) | |
download | gnuradio-c5652769dcc55973895a13f3938f2c2f7217e107.tar.gz gnuradio-c5652769dcc55973895a13f3938f2c2f7217e107.tar.bz2 gnuradio-c5652769dcc55973895a13f3938f2c2f7217e107.zip |
Add comments noting things that need fixing.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8032 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'config')
-rw-r--r-- | config/gr_subversion.m4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/gr_subversion.m4 b/config/gr_subversion.m4 index 366a0fb26..7a415219d 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`]) |