summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 0.67.v0.67Jean Delvare2022-02-151-1/+1
|
* Set version to 0.66.v0.66Jean Delvare2019-03-281-1/+1
|
* configure: md5sum is optionalJean Delvare2017-03-101-2/+2
| | | | | We only need md5sum for the setup command, like rpmbuild and 7z. So treat it as optional.
* setup: Add basic support for p7zip (.7z) archivesJean Delvare2017-03-101-0/+2
| | | | | | | | | | | | | | This should work in the most basic case (no option used.) This only covers the case of archives being compressed with 7z, not patches. This should fix bug #49754: http://savannah.nongnu.org/bugs/?49754 Remaining issues: * 7z could also be used to compress patches, although nobody sane would do that. * 7z is very verbose, and doesn't offer any option to be silent or even just quieter.
* Set version to 0.65.v0.65Jean Delvare2016-11-091-1/+1
|
* Set version to 0.64.v0.64Jean Delvare2015-02-091-2/+1
|
* partially revert commit fc06a60fKent R. Spillner2014-06-041-1/+0
| | | | | | | | Commit 48ff26d6 already added a QUILT_COMPAT_PROG_PATH line for cp to configure.ac, and the corresponding CP variable in Makefile.in. I don't know how I missed this originally; sorry for the churn! Signed-off-by: Kent R. Spillner <kspillner@acm.org>
* Makefile.in: fix patch-wrapper checksAndreas Gruenbacher2014-06-031-2/+6
| | | | | | | | | | | | 293c4ddb added checks to Makefile.in to disable the patch-wrapper test when the configure script is not invoked with the --with-patch-wrapper argument. Those checks assumed that PATCH_WRAPPER will always be empty unless --with-patch-wrapper was used. However, PATCH_WRAPPER will be set to "no" when the configure script is invoked with the --without-patch-wrapper argument. Reported-by: Kent R. Spillner <kspillner@acm.org> Signed-off-by: Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
* Set version to 0.63v0.63Martin Quinson2014-05-251-1/+1
|
* Set version to 0.62v0.62Martin Quinson2014-05-071-1/+1
|
* configure: add compat symlinks for cp and md5sumKent R. Spillner2014-01-211-0/+3
| | | | | | | | | | | | | | | Allow distributors to provide compat symlinks for cp and md5sum on non-GNU systems. md5sum is used by quilt/scripts/inspect and is provided by GNU coreutils, but may be installed as gmd5sum on some systems (e.g. OpenBSD). quilt/scripts/backup-files invokes cp with some non-portable GNU-specific command line arguments (e.g. --parents --remove-destination --target-directory). Original diff from Jérémie Courrèges-Anglas <jca@wxcvbn.org> on OpenBSD ports mailing list. Reported-by: Jérémie Courrèges-Anglas <jca@wxcvbn.org> Signed-off-by: Kent R. Spillner <kspillner@acm.org>
* Tree-wide white-space cleanupsJean Delvare2014-01-201-1/+1
| | | | | | | * Delete blank lines at end of files. * Delete white space at end of lines. * Delete spaces before tab. * Replace 8 spaces by a tab where it makes sense.
* Bump version to 0.61v0.61Martin Quinson2013-12-081-1/+1
|
* Set version to 0.60 "Happy Birthday Lina".Jean Delvare2012-02-291-1/+1
|
* Merge remote branch 'origin/fixes-0.51'Jean Delvare2012-02-291-2/+2
|\
| * Relax the bash version requirement to version 3.0Andreas Gruenbacher2012-02-161-2/+14
| | | | | | | | | | Apparently bash versions older than 3.2 are still in use. Reinstate the configure check for the quoting bug in bash 3.1 which broke quilt.
| * quilt mail: Improve error reporting (requires bash 3.2)Andreas Gruenbacher2012-02-111-14/+2
| | | | | | | | | | | | | | Improve error checking by using the "pipefail" option, available since bash 3. Since bash 3.1 is known to be broken already, require bash 3.2 directly. Report the patch name as well when "quilt mail" finds a problem with a patch.
* | backup-files: Remember the list of filesJean Delvare2012-02-011-13/+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/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-25/+0
| | | | | | | | | | | | | | 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/+23
|/ | | | | | | | 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-1/+1
|
* configure*, Makefile.in: Use the standard docdir definitionJean Delvare2011-12-161-6/+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-1/+1
|
* configure.ac: Fix test for GNU patch versionJean Delvare2011-03-251-2/+2
| | | | | | | | | | | | | We currently ask for GNU patch >= 2.4, but the test suite doesn't actually pass with GNU patch 2.4. It passes with GNU patch 2.5 with minor edits to be more tolerant to the exact output of "patch". I have no idea how much work it would be to get 2.4 to be supported again, but it doesn't seem unreasonable to ask for 2.5 which was released in August 1997. So let's just do that for now. If anyone badly misses support for GNU patch 2.4, well, we accept patches ;) Signed-off-by: Jean Delvare <jdelvare@suse.de>
* - quilt.spec.in: List findutils as a requirement (for find andJean Delvare2011-02-061-0/+2
| | | | | xargs.) - configure.ac: Check for the presence of xargs.
* Properly detect newer versions of GNU patchJean Delvare2010-06-231-1/+5
| | | | | | New versions of GNU patch present themselves as "GNU patch" instead of just "patch".
* Stop testing for cp -lJean Delvare2010-01-271-12/+0
| | | | | | | We no longer use "cp -l" in quilt, so there is no point in testing if it is supported at configuration time. Reported by Olivier Mengué.
* Convert to git repository formatv0.48Andreas Gruenbacher2009-01-291-1/+1
|
* +- Bump version to 0.47.v0.47Andreas Gruenbacher2008-08-211-2/+2
| | | | | +- Add a new "publish" makefile target for pushing releases to + savannah.nongnu.org.
* Make pod2man optional (./configure --without-pod2man).Andreas Gruenbacher2007-04-191-2/+15
|
* Bump version to 0.46.v0.46Jean Delvare2006-10-191-2/+2
|
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-101-4/+4
| | | | | | - configure.ac: Use the new helper for diffstat and rpmbuild. - compat/diffstat.in: Delete. - compat/rpmbuild.in: Delete.
* - configure.ac: Test for bash 3.1 quoting bug (#16763).Jean Delvare2006-06-241-1/+13
|
* - Fix the --with-rpmbuild option of configure.Andreas Gruenbacher2006-05-311-3/+2
|
* Bump version to 0.45.v0.45Jean Delvare2006-04-241-2/+2
|
* - Makefile.in: configure depends on aclocal.m4 too.Jean Delvare2006-03-251-3/+3
| | | | | | | | | - configure.ac: Cleanup two QUILT_COMPAT_PROG_PATH calls, the second parameter is not supposed to be a list. - aclocal.m4: Document the fourth (optional) parameter of QUILT_COMPAT_PROG_PATH. - aclocal.m4: No need to check for binaries we were told not to use.
* - configure.ac: Fix a typo in a test expression which was breakingJean Delvare2006-03-201-2/+2
| | | | configure on FreeBSD. Patch contributed by Dirk Jagdmann.
* - Stop using bash's =~ operator: older versions don't support it.v0.44Andreas Gruenbacher2006-02-141-2/+2
| | | | - Bump version to 0.44.
* - Add --with-patch-wrapper configure argument, and optionallyAndreas Gruenbacher2006-02-061-1/+6
| | | | | install the wrapper as /usr/share/quilt/wrapper/patch. - bin/patch-wrapper.in: Minor cleanups.
* Added configure.ac check for GNU diff and fixed GNU patch checkJohn Mark Vandenberg2006-02-031-2/+27
| | | | to use $GREP -q
* - Bump version to 0.43.Andreas Gruenbacher2006-02-011-2/+2
|
* - $DATE instead of date.Andreas Gruenbacher2006-02-011-2/+2
|
* - configure.ac: Remove uniq -D test; we no longer use it.Andreas Gruenbacher2006-02-011-8/+11
| | | | | | | - compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher). - configure.ac: Add test for date --rfc-822.
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-311-1/+13
| | | | V. Vaughan).
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-261-3/+3
| | | | | walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
* - configure.ac: Use $TR instead of tr.Andreas Gruenbacher2006-01-231-2/+2
|
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-231-23/+22
| | | | | | - quilt/import.in: Don't use diff -U-1. - Test suite: Recognize output of old versions of patch (from jayvdb@gmail.com).
* - Check if awk supports sub().Andreas Gruenbacher2006-01-231-1/+16
| | | | - Syntax changes in patchfns for Solaris /usr/xpg4/bin/awk.