summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* - Makefile.in: Fix pseudo-symlinks under compat not being removedJean Delvare2006-03-121-2/+2
* - bin/patch-wrapper.in: Call GNU patch by absolute patch to avoidAndreas Gruenbacher2006-02-111-0/+1
* - bin/patch-wrapper.in: Fix permissions of installed file.Andreas Gruenbacher2006-02-081-1/+1
* - Add --with-patch-wrapper configure argument, and optionallyAndreas Gruenbacher2006-02-061-5/+12
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-1/+2
* - make dist: Add the missing aclocal.m4 to the tarball.Andreas Gruenbacher2006-02-041-1/+1
* - configure.ac: Remove uniq -D test; we no longer use it.Andreas Gruenbacher2006-02-011-1/+0
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-311-0/+1
* - Makefile.in: The trailing slash in `find compat/' is causing OSXAndreas Gruenbacher2006-01-301-1/+1
* - Makefile.in: Add a missing dependency.Andreas Gruenbacher2006-01-291-1/+3
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-271-1/+1
* - Makefile.in: Have Makefile depend on configure, so that theJean Delvare2006-01-261-1/+1
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-261-2/+2
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-251-1/+6
* - Fix make check-all and make check-*.Andreas Gruenbacher2006-01-231-3/+3
* - A better rule for test/.depend.Andreas Gruenbacher2006-01-231-26/+8
* - Don't include any object files in LIBOBJS that we don't have.Andreas Gruenbacher2006-01-221-1/+1
* - Remove obsolete @MTA@ substitution.Andreas Gruenbacher2006-01-221-1/+0
* - Call $(CMD) instead of cmd in Makefile.in.Andreas Gruenbacher2006-01-221-47/+60
* - USE_NLS fix.Andreas Gruenbacher2006-01-221-1/+1
* *** empty log message ***Andreas Gruenbacher2006-01-221-6/+43
* - Add fallback ftw implementation for systems that don't have it.Andreas Gruenbacher2006-01-211-4/+8
* - Default to use NLS when NLS binaries are available (minorAndreas Gruenbacher2006-01-211-2/+8
* - Tru64 /bin/sh complains when $(call ) is used without ; on eachAndreas Gruenbacher2006-01-201-4/+4
* - Clear up the internal make rules so make -d is not so verbose.Andreas Gruenbacher2006-01-201-0/+10
* - doc/README and doc/quilt.1 depend on compat/getopt being builtAndreas Gruenbacher2006-01-161-11/+8
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-151-9/+44
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-141-155/+154
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-141-16/+13
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-0/+3
* Make sure that the manpage is generated without translation in it, disregardi...Martin Quinson2005-12-011-4/+4
* - Makefile.in: don't strip the backup-files binary in the installAndreas Gruenbacher2005-11-041-1/+1
* - Makefile.in: Fix extra spaces in foreach command which were causingJean Delvare2005-09-221-1/+1
* - configure.ac, Makefile.in: Make the cp, date and tr binariesJean Delvare2005-09-211-0/+3
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-201-3/+6
* - Avoid spurious rebuilds because of unnecessary chmod.Andreas Gruenbacher2005-09-191-1/+3
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-191-1/+1
* - Makefile.in: Fix harmless error message in reference rule.Jean Delvare2005-09-191-1/+1
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-191-6/+12
* - Fix --disable-nls.Andreas Gruenbacher2005-09-191-1/+1
* - Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.Andreas Gruenbacher2005-09-181-5/+5
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-1/+1
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-181-5/+6
* - Makefile.in: remove obsolete substitutions.Andreas Gruenbacher2005-09-181-8/+0
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-9/+9
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-19/+45
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-6/+5
* - Need to add -I. to CPPFLAGS.Andreas Gruenbacher2005-09-181-1/+1
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-181-12/+1
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-181-24/+24