summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* +- 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
|
* - configure.ac: Test for tail -n.Jean Delvare2005-09-181-1/+16
|
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-2/+2
| | | | | was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-181-18/+8
| | | | | | | | - Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH. - quilt/main.in: Add a User-Agent header. - Update the German translation.
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-2/+1
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - configure.ac: Drop useless -e to grep.Jean Delvare2005-09-181-2/+2
|
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-5/+4
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-181-1/+3
| | | | (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
* - configure.ac: Make the tail executable user-selectable.Jean Delvare2005-09-181-1/+2
|
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-181-12/+1
| | | | standalone scripts.
* - configure.ac: fail if getopt does not support --long.Andreas Gruenbacher2005-09-171-5/+8
|
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-171-89/+36
|
* - configure.ac: Fix a copy-n-paste bug which was causing perl to beJean Delvare2005-09-161-3/+3
| | | | checked twice and awk not to be checked properly.
* - 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
|