summaryrefslogtreecommitdiff
path: root/gnulib-tool
Commit message (Expand)AuthorAgeFilesLines
* Avoid syntax error from bash 2.00 ... 2.05.Bruno Haible2006-10-231-13/+11
* Don't include ftruncate and mountlist by default.Bruno Haible2006-10-201-2/+3
* Fix from Charles Wilson.Bruno Haible2006-10-191-2/+2
* Remove duplicates from the gl_LIBOBJS list.Bruno Haible2006-10-191-5/+4
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-1/+36
* Add support for multiple gnulib-tool invocations in the scope of a singleBruno Haible2006-10-121-4/+73
* Handle mismatch between latest gettext release and current gnulib.Bruno Haible2006-10-121-5/+35
* --create-testdir without module names now means to use nearly all modules.Bruno Haible2006-10-121-2/+9
* Mark generated files as "DO NOT EDIT".Bruno Haible2006-10-071-1/+4
* Don't use no-dependencies, since it's not the default in automake.Bruno Haible2006-10-021-3/+2
* Tweak last patch, for symmetry.Bruno Haible2006-09-261-4/+4
* * gnulib-tool (func_import, func_create_testdir): Fix typos inEric Blake2006-09-251-7/+7
* Don't include the config-h module in megatestdir.Bruno Haible2006-09-221-2/+3
* Pass to the gl_GETLOADAVG macro the $gl_source_base from gnulib-tool.Bruno Haible2006-09-221-1/+4
* * gnulib-tool (func_version): Create output all at once. ThisRalf Wildenhues2006-09-221-5/+6
* * gnulib-tool: Avoid space-tab.Eric Blake2006-09-191-3/+3
* * gnulib-tool (func_exit): New function, to allow to pass theRalf Wildenhues2006-09-191-14/+30
* * gnulib-tool (avoidlist): Fix typo that broke options likePaul Eggert2006-09-181-2/+2
* Avoid to execute while loops in a subshell.Bruno Haible2006-09-181-17/+32
* Avoid quadratic complexity due to string concatenations.Bruno Haible2006-09-181-29/+47
* Speed up presentation of the include files.Bruno Haible2006-09-181-24/+24
* Rewrite all file names at once.Bruno Haible2006-09-181-53/+54
* Speed up func_modules_transitive_closure.Bruno Haible2006-09-181-28/+29
* Use "sort -u" where it makes sense.Bruno Haible2006-09-181-8/+7
* Tweak for automake.Bruno Haible2006-09-131-2/+4
* For libraries not built with libtool:Bruno Haible2006-09-091-3/+62
* A comment about automake-1.9b.Bruno Haible2006-09-071-1/+3
* Add support for LDFLAGS of the generated library.Bruno Haible2006-09-061-1/+2
* * gnulib-tool (func_emit_lib_Makefile_am): Fix typos inPaul Eggert2006-09-011-4/+4
* Improve maintainability.Bruno Haible2006-09-011-11/+10
* * gnulib-tool: Don't let emacs change spaces to TAB.Eric Blake2006-08-311-1/+6
* Slightly change the output generated by --makefile-name.Bruno Haible2006-08-311-17/+30
* Fix problem when calling "gnulib-tool --update" on multiple directories.Bruno Haible2006-08-311-2/+7
* * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.Paul Eggert2006-08-301-3/+4
* * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_namePaul Eggert2006-08-281-16/+17
* New option --makefile-name.Bruno Haible2006-08-281-32/+76
* Reorder some statements.Bruno Haible2006-08-281-13/+13
* Small fix after --local-dir introduction.Bruno Haible2006-08-281-2/+43
* Save the --local-dir value in the cache file.Bruno Haible2006-08-281-2/+138
* Better error handling.Bruno Haible2006-08-281-2/+3
* New config-h module, so that "make" output needn't be clutteredPaul Eggert2006-08-261-5/+23
* Test other subdirectory names than 'lib' and 'm4'.Bruno Haible2006-08-241-35/+42
* Separate the "early" and the "normal" part of the macro.Bruno Haible2006-08-231-4/+4
* Make it possible to use lib_LTLIBRARIES in a snippet.Bruno Haible2006-08-221-2/+6
* Make it possible to install the generated library.Bruno Haible2006-08-211-2/+9
* Don't create a $(pkgdatadir) if there's nothing to be installed in it.Bruno Haible2006-08-211-39/+51
* Make it work also with Solaris /bin/sh.Bruno Haible2006-08-211-10/+13
* COPYING is not a module.Bruno Haible2006-08-151-2/+3
* Apply last patch also to --create-testdir.Bruno Haible2006-08-101-1/+5
* * gnulib-tool (func_import): Detect unexpanded macros in gnulibEric Blake2006-08-101-1/+3