summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 0.62v0.62Martin Quinson2014-05-071-9/+9
|
* Update automatically generated configure scriptJean Delvare2014-01-221-0/+188
|
* Bump version to 0.61v0.61Martin Quinson2013-12-081-1443/+1220
|
* Set version to 0.60 "Happy Birthday Lina".Jean Delvare2012-02-291-9/+9
|
* Update quilt.changes and configure after merge.Jean Delvare2012-02-291-3/+3
|
* backup-files: Remember the list of filesJean Delvare2012-02-011-23/+0
| | | | | | | | | | Remember the results of the find command, to avoid having to run it again later. We use a temporary file rather than a local variable, because you can't store binary zeroes in a bash string, and because the temporary file approach performs better on large file sets. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Raphael Hertzog <hertzog@debian.org>
* backup-files: Batch mass restoreJean Delvare2012-02-011-0/+69
| | | | | | | | | | | | | When restoring all files, batch the first steps (directory creation and target file removal) and last steps (optional touch and backup file removal). This makes the typical restore case (quilt pop) much, much faster. Note: a similar optimization would be possible for the removal function (-x), but quilt doesn't use this function at the moment. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Raphael Hertzog <hertzog@debian.org>
* Clean up legacy C codeJean Delvare2012-02-011-2425/+3
| | | | | | | Finally get rid of the old C implementation of backup-files, together with all the related checks in configure and variables in Makefile. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* BSD compatibility: statJean Delvare2012-02-011-0/+128
| | | | | | | | The stat command on BSD takes different parameters from the GNU one. Let configure find out which variant is available, and use the right parameters. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* Set version to 0.51.v0.51Jean Delvare2012-01-281-9/+9
|
* configure*, Makefile.in: Use the standard docdir definitionJean Delvare2011-12-161-5/+1
| | | | | That way, it can be easily changed from the command line, which was not the case before.
* configure*: Honor $TMPDIR if setJean Delvare2011-12-081-1/+1
|
* Set version to 0.50.v0.50Jean Delvare2011-12-051-9/+9
|
* Refresh to take configure.ac changes into account.Jean Delvare2011-09-291-3/+3
|
* - quilt.spec.in: List findutils as a requirement (for find andJean Delvare2011-02-061-0/+94
| | | | | xargs.) - configure.ac: Check for the presence of xargs.
* Update automatically generated configure scriptJean Delvare2010-06-231-1399/+1645
|
* Update configure.Jean Delvare2010-01-271-20/+0
|
* Add the generated files configure and quilt.spec to the repository so thatAndreas Gruenbacher2009-02-031-0/+7679
reposititory snapshots can simply be used as release tarballs.