summaryrefslogtreecommitdiffstats
path: root/.autom4te.cfg
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-01-22 21:36:33 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-01-22 21:36:33 (GMT)
commit6efb39a88e9a882d183b58c90dc0bab1bd3fbd88 (patch)
treefa05f94f9d575b9816d2b426ea70a620f07a5aa6 /.autom4te.cfg
parentdc41c7371153fc4cf7bba6cf09868a03f19e445a (diff)
downloadhdf5-6efb39a88e9a882d183b58c90dc0bab1bd3fbd88.zip
hdf5-6efb39a88e9a882d183b58c90dc0bab1bd3fbd88.tar.gz
hdf5-6efb39a88e9a882d183b58c90dc0bab1bd3fbd88.tar.bz2
[svn-r13168] Purpose:
bug fix. Problem: 1. The last fix using "svn --version" did not work since the source code is shared between different machines which have different svn versions. Changed the code to inspect the .svn/entries content to guess what version of svn uses. From that to decide which GETSVNENTRIES to use. 2. GETSVNENTRIES_14 had two errors: 2.a., % as 1,$ is actually not recognized by ed. Changed that to "1,$s/..." but that got mixed up with $ being a shell meta-character. Changed to use g command instead. (Could have use \ to escape $ but g is cleaner.) 2.b., Some directories have no files but sub-directories. The ed script might end up with an empty file in some steps and ed does not like to run g command with an empty file. Fixed it by adding a dummy blank line. Platforms tested: Osage and copper.
Diffstat (limited to '.autom4te.cfg')
0 files changed, 0 insertions, 0 deletions