summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* - Add fallback ftw implementation for systems that don't have it.Andreas Gruenbacher2006-01-211-1/+4
|
* - Check whether cp -l works.Andreas Gruenbacher2006-01-211-1/+13
|
* - Default to use NLS when NLS binaries are available (minorAndreas Gruenbacher2006-01-211-8/+21
| | | | changes by agruen@suse.de).
* - configure.in: Document to use --without-foo instead ofAndreas Gruenbacher2006-01-201-3/+3
| | | | --with-foo=none.
* - configure.ac: Let the user select the find binary. Test that findJean Delvare2005-09-231-1/+16
| | | | supports -path.
* - configure.ac: Test sed support for (foo|bar) constructs.Jean Delvare2005-09-221-1/+15
|
* - configure.ac, Makefile.in: Make the cp, date and tr binariesJean Delvare2005-09-211-2/+32
| | | | | user-selectable. - configure.ac: Test grep and tr features.
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-201-5/+19
| | | | | | | bashism. - configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it. - test/Makefile: Fix varible exporting and script sourcing bashisms.
* - Use compatibility m4 for diffstat. Correctly diagnose olderAndreas Gruenbacher2005-09-191-24/+10
| | | | | | diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update configure warning message to reflect reality that quilt diff does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-14/+2
| | | | | | | (from John Vandenberg again, as several other recent things -- thanks!) - Must build the compatibility programs before creating the command reference (which extracts the help texts).
* - configure.ac: Don't run tests when using internal compatibilityAndreas Gruenbacher2005-09-191-3/+3
| | | | programs.
* - Fix mta check when sendmail is found.Andreas Gruenbacher2005-09-191-3/+7
|