summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* integrate the ru translation into the compilation frameworkMartin Quinson2011-09-291-1/+1
* Fix i18n of quilt/scripts/patchfnsJean Delvare2011-03-181-1/+2
* Don't build quilt.spec by default, it's only needed for packaging purposes.Jean Delvare2011-02-061-1/+1
* Do not hard-code the location of /etc; use $(etcdir) insteadAndreas Gruenbacher2010-06-091-0/+1
* Let the test suite be run in parallelJean Delvare2010-01-231-2/+1
* Make git-desc work even outside git repositories and include it in tarballsAndreas Gruenbacher2009-06-171-1/+1
* make snapshot: strip the v from v$version tags.Andreas Gruenbacher2009-02-031-1/+1
* Add the generated files configure and quilt.spec to the repository so thatAndreas Gruenbacher2009-02-031-1/+1
* Convert to git repository formatv0.48Andreas Gruenbacher2009-01-291-7/+7
* - Fix from Dean Roehrich <Dean.Roehrich@sun.com> for Solaris:Andreas Gruenbacher2008-11-021-2/+2
* - Add a dual BSD/GPL license header to test/run.Andreas Gruenbacher2008-11-021-1/+1
* +- Bump version to 0.47.v0.47Andreas Gruenbacher2008-08-211-0/+5
* - Fix `make snapshot'.Andreas Gruenbacher2007-10-291-7/+7
* Dependencies of quilt/* on quilt/scripts/* are run-time dependencies forJean Delvare2007-04-221-3/+6
* Make pod2man optional (./configure --without-pod2man).Andreas Gruenbacher2007-04-191-1/+4
* - Install quilt.el into $(datadir)/emacs/site-lisp/.Andreas Gruenbacher2007-04-181-1/+5
* - Add quilt.el and its README file. (The emacs mode is not beingAndreas Gruenbacher2007-04-151-2/+2
* - Makefile.in: Set LC_ALL=C before running the regression tests,Jean Delvare2006-09-181-2/+2
* - Makefile.in: replace $(datadir)/man with configure's @mandir@ macro.Andreas Gruenbacher2006-07-141-1/+1
* - Add @datarootdir@ macro which future versions of Autoconf willAndreas Gruenbacher2006-04-241-0/+1
* - Makefile.in: configure depends on aclocal.m4 too.Jean Delvare2006-03-251-1/+1
* - Makefile.in: Fix building with GNU make < 3.80.Jean Delvare2006-03-201-21/+9
* - 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