summaryrefslogtreecommitdiff
path: root/gnulib-tool
Commit message (Expand)AuthorAgeFilesLines
...
* * gnulib-tool: Fix indentation.Ralf Wildenhues2007-07-011-17/+16
* Don't let the 'mostlyclean' target fail because of a nonempty directory.Bruno Haible2007-06-231-3/+5
* Untabify.Bruno Haible2007-06-231-4/+4
* Make use of ksh's 'print' built-in.Bruno Haible2007-06-231-2/+22
* Tweak comment.Bruno Haible2007-06-231-2/+2
* Add better support for bash versions < 2.04.Bruno Haible2007-06-231-6/+35
* * gnulib-tool (IFS): Initialize early, so we don't set it toRalf Wildenhues2007-06-231-25/+34
* Ensure a POSIX:2001 compliant 'echo' command.Bruno Haible2007-06-231-1/+98
* * gnulib-tool (func_add_or_update, func_create_testdir): Do notRalf Wildenhues2007-06-221-4/+1
* Remember the presence of the --with-tests command-line option throughBruno Haible2007-05-281-2/+15
* 2007-04-12 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-04-121-4/+4
* 2007-04-12 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-04-121-2/+4
* TEMPLATE-EXTENDED is not a module.Bruno Haible2007-04-031-1/+3
* * gnulib-tool: Rearrange space-tab sequences, since some editorsEric Blake2007-03-231-3/+3
* Update .cvsignore and .gitignore files.Bruno Haible2007-03-171-1/+83
* Request a "make distclean" after successful "make check", to save disk space.Bruno Haible2007-03-121-2/+2
* Avoid using sed -e "", not supported by AIX sed.Bruno Haible2007-03-111-3/+3
* Start the autobuild script with /bin/sh.Bruno Haible2007-03-111-2/+3
* Create also an autobuild script.Bruno Haible2007-03-111-1/+38
* Avoiding the "./configure && make && make distclean" did not work most of theBruno Haible2007-03-101-4/+4
* Special handling for the 'relocatable-prog-wrapper' module.Bruno Haible2007-03-061-7/+12
* New module description section 'configure.ac-early'.Bruno Haible2007-02-041-23/+32
* New module description field 'Link'.Bruno Haible2007-02-011-1/+36
* * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)Ralf Wildenhues2007-01-281-6/+7
* In testing directories, link the test programs already during "make", notBruno Haible2007-01-271-4/+34
* Fix test whether sed is GNU sed supporting --posix.Bruno Haible2007-01-211-2/+2
* Tests modules are under GPL now.Bruno Haible2007-01-171-5/+12
* For test modules, use the license of the main module.Bruno Haible2007-01-141-2/+4
* Don't unnecessarily run configure and make.Bruno Haible2007-01-141-2/+20
* (func_all_modules): Exclude all .* files (e.g., Emacs .#* auto-save files).Simon Josefsson2007-01-111-1/+2
* Exclude all files inside the CVS directory.Bruno Haible2007-01-111-2/+2
* * gnulib-tool (func_all_modules): Use POSIX conforming escapingRalf Wildenhues2007-01-091-5/+5
* Add support for subdirectories of the 'modules/' directory.Bruno Haible2007-01-091-4/+10
* Back from an automatic module-indicator macro to a module-indicator macroBruno Haible2007-01-081-4/+2
* * gnulib-tool (autoconf_minversion): Take the maximum version numberPaul Eggert2007-01-041-2/+2
* 2007-01-03 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-01-031-1/+5
* Indicate the presence of gnulib modules through C macros.Bruno Haible2007-01-021-3/+6
* * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.Paul Eggert2006-12-311-10/+7
* * modules/absolute-header: New module.Eric Blake2006-12-261-2/+2
* * gnulib-tool (SED): Remove, undoing previous change.Paul Eggert2006-12-261-124/+123
* Use "sed --posix" instead of "sed" when possible.Bruno Haible2006-12-221-116/+126
* Fix 'join' invocation.Bruno Haible2006-12-111-2/+2
* Don't show the includes for modules that were not explicitly specified.Bruno Haible2006-12-111-2/+9
* Fix double initialization of noinst_LTLIBRARIES.Bruno Haible2006-11-291-19/+21
* Initialize also noinst_LTLIBRARIES.Bruno Haible2006-11-271-1/+2
* Add license compatibility check in --create-testdir.Bruno Haible2006-11-151-1/+25
* Fix --create-testdir --with-tests.Bruno Haible2006-11-141-2/+3
* Override also AC_LIBSOURCES. Works around an automake errorBruno Haible2006-11-131-1/+21
* Replace build-aux/ also in the Makefile snippet.Bruno Haible2006-11-131-2/+4
* New option --local-symlink.Bruno Haible2006-11-131-7/+24