summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-101-0/+55
| | | | | | - configure.ac: Use the new helper for diffstat and rpmbuild. - compat/diffstat.in: Delete. - compat/rpmbuild.in: Delete.
* - compat/rpmbuild.in: Add a version that tries to execute aAndreas Gruenbacher2006-06-011-1/+1
| | | | | | | | rpmbuild that may have been installed after building quilt. - compat/diffstat.in: Same as for compat/rpmbuild.in, try to execute rpmbuild even though none was there at quilt build time. - aclocal.m4: Fix a quoting error.
* - Makefile.in: configure depends on aclocal.m4 too.Jean Delvare2006-03-251-2/+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.
* - aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compatAndreas Gruenbacher2006-01-261-0/+3
| | | | | symlinks for binaries that have a different basename than what quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.
* - Check if arguments to --with-<prog> exist, warn if they do not,Andreas Gruenbacher2006-01-201-1/+10
| | | | | and fail if they do but are no executables. (Based on a patch from jayvdb@gmail.com).
* - configure.in: Document to use --without-foo instead ofAndreas Gruenbacher2006-01-201-1/+4
| | | | --with-foo=none.
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-151-2/+2
| | | | | | | | | | programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check. - Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS. - configure.ac: use --without-$foo instead of --with-foo=none. - Fix processing of translations again, and update de.po.
* - aclocal.m4: Fix typo causing binaries with alternative names not to beJean Delvare2005-09-211-2/+2
| | | | properly handled.
* - aclocal.m4: Fix a bug causing user-selected binary names not to beJean Delvare2005-09-191-1/+1
| | | | displayed properly.
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-1/+17
| | | | | | | (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-0/+1
| | | | programs.
* - Forgot to add new files to the repository.Andreas Gruenbacher2005-09-181-0/+31