summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-281-1/+7
| | | | executable extensions (non-Unix.) Original patch from John Vandenberg.
* - configure.ac: Do not check for diffstat version if --without-diffstatJean Delvare2005-08-121-3/+4
| | | | is used.
* - Bump version to 0.42.v0.42Jean Delvare2005-07-261-2/+2
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-181-2/+2
| | | | | command. - Bump version to 0.41.
* - configure.ac: Add a test on diffstat version. Versions priorJean Delvare2005-07-011-1/+26
| | | | | to 1.32 are known to behave in a confusing manner, so we warn the user if such an old version is found.
* - Bump version to 0.40.v0.40Andreas Gruenbacher2005-04-291-2/+2
|
* - quilt remove: Update restored file's timestamp. Also, some usesv0.39Andreas Gruenbacher2005-02-101-2/+2
| | | | | | | caused a subsequent ``quilt diff -z'' to fail: we must mark the patch as dirty after removing files. - test/run: adjust to terminal width. - Bump version to 0.39.
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-2/+22
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* - When applying a patch with -q and without -f no (individual)Andreas Gruenbacher2004-10-171-2/+2
| | | | | | | | | | | reject files are created, and the "patching file" comments are missing as well. In that case, we don't know wich files the "-- saving rejects to file /tmp/foo" comments belong to, and we can't fic them up. Remove them, instead. - Pop command: Touch files after they are restored so that tools like make don't get confused. - Update test cases. - Bump to version 0.37.
* - scripts/patchfns.in: set the dotglob option so that dot filesAndreas Gruenbacher2004-09-221-2/+2
| | | | | | | | | | | | | will show up in file globs as well. Bug reported by James Rowe. - Add a missing tab to the patch header of files that are removed. Bug reported by James Rowe. - Push command: Without -f or --leave-rejects, when applying a patch failed, the *.rej files were not removed properly. Change the code so that they won't be created in the working tree in the first place this case. - test/run script: Oops, the previouos commit was not the latest version. - Bump version to 0.36.
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-2/+2
| | | | | | | | - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-1/+21
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-2/+2
| | | | | | | | | | | | | | me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34.
* - Preserve the order of files in patches in the diff and refreshAndreas Gruenbacher2004-06-061-2/+2
| | | | | | | commands. Files added to a patch appear at the end of a patch. The files command also lists the files in the order in which they appear in patches. - Update to version 0.33.
* - Change to version 0.32.Andreas Gruenbacher2004-03-131-2/+2
|
* - Sub-directory support:Andreas Gruenbacher2004-02-201-2/+2
| | | | | | | | | | + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
* - Fix test for bash in configure.ac.Andreas Gruenbacher2004-02-021-1/+2
| | | | | | | - Add `--trace' option to quilt wrapper (runs commands with -x, which prints an execution trace). - Add QUILT_BACKUP setting in .quiltrc (creates backup copies when refreshing patches).
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-19/+1
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Fix `make dist': Some files in debian/ did not exist.v0.30Andreas Gruenbacher2004-01-281-2/+2
| | | | - Update to version 0.30.
* Bump version number to 0.29 (cvs tag VER_0_29).Andreas Gruenbacher2003-11-121-2/+2
|
* Bump version number to 0.28.v0.28Andreas Gruenbacher2003-10-311-2/+2
|
* - Add change log entry.v0.27Andreas Gruenbacher2003-10-281-2/+2
| | | | - Bump version number to 0.27 (cvs tag VER_0_27).
* - Add `quilt fork' command.v0.26Andreas Gruenbacher2003-10-211-2/+2
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Bump version number to 0.25v0.25Martin Quinson2003-09-091-2/+2
|
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-1/+9
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-231-1/+5
|
* Bump versionv0.24Martin Quinson2003-06-261-2/+2
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-6/+35
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Bump version number to 0.23 (CVS tag VER_0_23)v0.23Andreas Gruenbacher2003-03-211-2/+2
|
* Merge James's diffstat patch (check for existence of %diffstat section removed).Andreas Gruenbacher2003-02-161-1/+19
|
* Merge version of James's temp file patch (some further improvements,Andreas Gruenbacher2003-02-161-12/+18
| | | | | hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script.
* Merge James's bash version check (again after minor changes by me):Andreas Gruenbacher2003-02-161-2/+16
| | | | | | | | | Autoconf is there to make configuration and testing of the environment easier for the user and the designer, hence configure check for bash version in configure.ac It also removes the test from the constantly sourced patchfns too, which has to be a step in the right direction.
* *** empty log message ***Andreas Gruenbacher2003-02-161-2/+1
|
* Merge a slightly slimmed down version of James Rowe <Jay@jnrowe.uklinux.net>'sAndreas Gruenbacher2003-02-161-1/+19
| | | | --enable-nls option, and test for MSGFMT. (I hope this works as expected!)
* From: James Rowe <Jay@jnrowe.uklinux.net>Andreas Gruenbacher2003-02-161-7/+17
| | | | | | | | | | | | I hadn't even realised until about 10 minutes ago that patch -v checks for Sun don't output correctly(ssh session). Minor fix for that. A few context changes for AC_MSG_ERROR. And a test for that buggy as hell patch 2.0 that turned up on a box a week or so ago. I've noted the fact it doesn't like creating directories during patching, but it also doesn't like removing files(which is perhaps less of a problem, it just leaves a 0 size file).
* Remove guidiff leftovers, minor I18N fixesAndreas Gruenbacher2003-02-141-12/+1
|
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-2/+2
|
* Autoconf 2.53 works; updating prereq.Andreas Gruenbacher2003-02-011-2/+2
|
* Add some messages in configure.ac.Andreas Gruenbacher2003-02-011-1/+17
| | | | | | | Make distclean removes autoconf garbage. The configure script is no source file. Add rule to create it when necessary. Invoke configure in the RPM spec file. Merge James Rowe's guidiff.
* Integrate James Rowe's Autoconf setup (with a comple of additional ↵Andreas Gruenbacher2003-02-011-0/+136
changes/fixes).