Add configure step to build process.

* configure: Check to see if cp -a can be used.
* configure: Check to see if cp --reflink=auto can be used.
This commit is contained in:
Joey Hess 2010-11-18 13:30:42 -04:00
parent 5c7d1b0279
commit 54513c69ba
4 changed files with 89 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,9 @@
git-annex (0.08) UNRELEASED; urgency=low
* Fix `git annex add ../foo` (when ran in a subdir of the repo).
* Add configure step to build process.
* configure: Check to see if cp -a can be used.
* configure: Check to see if cp --reflink=auto can be used.
-- Joey Hess <joeyh@debian.org> Wed, 17 Nov 2010 13:54:49 -0400