summaryrefslogtreecommitdiff
path: root/gnulib-tool
Commit message (Expand)AuthorAgeFilesLines
* Make "gnulib-tool --version" work from any directory.Bruno Haible2008-09-261-1/+1
* Report all license incompatibilities during --import.Bruno Haible2008-09-251-2/+10
* Oops, tweak last commit so that it also works in the first gnulib-tool run.Bruno Haible2008-09-251-2/+9
* Don't ask the user to perform edits in the generated Makefile.ams.Bruno Haible2008-09-251-29/+100
* Store the --tests-base option in the comment in gnulib-cache.m4.Yoann Vandoorselaere2008-09-251-0/+1
* Update comment.Bruno Haible2008-09-201-1/+3
* Oops, typo in comment.Bruno Haible2008-09-051-1/+1
* Make gnulib-tool work with native 'sed' on AIX.Ralf Wildenhues2008-09-051-6/+10
* Oops, fix syntax error in last commit.Bruno Haible2008-08-311-0/+1
* Attempt to avoid error messages like "echo: write error: Broken pipe".Bruno Haible2008-08-311-7/+35
* Prepend each added line in .gitignore files with a slash.Bruno Haible2008-08-021-5/+19
* Make a sed program more robust.Bruno Haible2008-07-311-0/+1
* Work with tar's bootstrap.Eric Blake2008-07-101-3/+3
* Recognize 'foo_LIBRARIES += libgnu.a'.Ralf Wildenhues2008-07-031-1/+1
* Put gnulib-comp.m4 into .cvsignore or .gitignore.Bruno Haible2008-06-301-0/+2
* Recommend to put gnulib-cache.m4 into EXTRA_DIST.Bruno Haible2008-06-301-0/+12
* Make gnulib-cache.m4 easier to diff.Eric Blake2008-06-231-1/+9
* Undo last commit, as it does not solve the problem entirely.Bruno Haible2008-06-041-4/+2
* Exclude the 'gnumakefile' module from default testdir builds.Bruno Haible2008-06-041-2/+4
* Avoid quadratic growth in gl_LIBSOURCES.Eric Blake2008-05-141-1/+1
* Oops, fix small mistake in last commit.Bruno Haible2008-05-141-1/+1
* Reduce number of forks required during autoconf.Eric Blake2008-05-141-10/+27
* * gnulib-tool: Fix various comment typos.Eric Blake2008-05-131-9/+9
* Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.Bruno Haible2008-04-111-0/+1
* Avoid some more autoconf warnings.Eric Blake2008-04-091-2/+1
* gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnosticJim Meyering2008-04-061-2/+2
* New options --vc-files, --no-vc-files.Bruno Haible2008-03-241-78/+113
* Install files from top/ in the destination directory.Bruno Haible2008-03-231-3/+17
* Tweak "gnulib --version" output.Bruno Haible2008-03-231-1/+1
* Tweak "gnulib --version" output.Bruno Haible2008-03-231-3/+31
* More --version tweaks.Eric Blake2008-03-211-1/+2
* Bump copyright year in files generated by gnulib-tool.Eric Blake2008-03-141-1/+4
* Fix 'gnulib-tool --version' output to work with git.Eric Blake2008-03-141-80/+88
* Fix the value of $auxdir used when generating the tests directory.Bruno Haible2007-12-261-2/+6
* Remove unnecessary -l options from LDFLAGS.Bruno Haible2007-12-261-6/+13
* Allow circular dependency of separate libtests.aEric Blake2007-12-121-0/+2
* Avoid link failures with separate libtests.a.Eric Blake2007-12-111-1/+4
* Support versions of autoconf prior to 2.59c.Jim Meyering2007-12-111-0/+7
* Collect sources for tests-related modules in tests/, compile them to libtests.a.Bruno Haible2007-12-101-67/+246
* Fix references to the build-aux directory in the generated tests/Makefile.am.Bruno Haible2007-12-101-1/+2
* Remove redundant code.Bruno Haible2007-12-101-5/+0
* If --lgpl is not specified, convert copyright headers to GPLv3+.v0.0Bruno Haible2007-10-291-0/+7
* Allow specifying the LGPL version number through --lgpl=2 or --lgpl=3.Bruno Haible2007-10-281-13/+63
* Update after move from cvs to git.Bruno Haible2007-10-211-1/+6
* * gnulib-tool (func_get_dependencies): Fix sed script to match only tests.Ralf Wildenhues2007-10-171-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Synthesize an EXTRA_DIST augmentation also for tests modules.Bruno Haible2007-10-041-0/+12
* AC_LIBSOURCES([alloca.c]) must be a no-op, otherwise it breaks the 'alloca-opt'Bruno Haible2007-10-021-5/+9
* m4 macro indentation.Bruno Haible2007-09-301-10/+14
* Enforce that AC_REPLACE_FUNCS files exist.Eric Blake2007-09-281-4/+10