summaryrefslogtreecommitdiff
path: root/gnulib-tool
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | like to eat them.
* 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
| | | | Add optional CONFIGURE_OPTIONS variable.
* 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
| | | | time.
* 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
| | | | | | | (func_create_testdir): Ensure C locale for `grep' and `tr' character ranges. (func_create_megatestdir): Avoid one `grep'. Fix bug in ACLOCAL_AMFLAGS parsing state machine.
* In testing directories, link the test programs already during "make", notBruno Haible2007-01-271-4/+34
| | | | during "make check".
* 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
| | | | in sed script.
* 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
| | | | that needs to be invoked explicitly.
* * gnulib-tool (autoconf_minversion): Take the maximum version numberPaul Eggert2007-01-041-2/+2
| | | | found, not the minimum. Problem reported by James Youngman.
* 2007-01-03 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-01-031-1/+5
| | | | | * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and AC_CANONICAL_HOST, to improve autobuild outputs.
* 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
| | | | | Rewrite so as not to assume GNU sort. Also, don't assume the C locale, and avoid an "eval" that could cause trouble.
* * modules/absolute-header: New module.Eric Blake2006-12-261-2/+2
| | | | | | | | | | * modules/fcntl (Depends-on): Depend on it. * modules/inttypes (Depends-on): Likewise. * modules/stdint (Depends-on): Likewise. * modules/sys_stat (Depends-on): Likewise. * modules/wctype (Depends-on): Likewise. * MODULES.html.sh (Support for building libraries and executables): Document it.
* * gnulib-tool (SED): Remove, undoing previous change.Paul Eggert2006-12-261-124/+123
| | | | | | The problem was that it broke coreutils on Solaris, because "sed --posix" leaked into a makefile. (sed): New alias, if 'alias' and GNU sed.
* 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
| | | | | "automatically discovered file `error.c' should not be explicitly mentioned" in some circumstances.
* Replace build-aux/ also in the Makefile snippet.Bruno Haible2006-11-131-2/+4
|
* New option --local-symlink.Bruno Haible2006-11-131-7/+24
|
* Fix the symlinks installed by the --symlink option.Bruno Haible2006-11-131-17/+41
|
* Finish support for source files in subdirectories.Bruno Haible2006-11-131-7/+29
|
* Synthesize also an EXTRA_lib_SOURCES augmentation.Bruno Haible2006-11-131-1/+19
|
* * gnulib-tool (func_create_testdir): Fix replacement ofRalf Wildenhues2006-11-121-36/+58
| | | | | | | | | `build-aux' in configure.ac. Run autotools in gltests subdirectory. (func_create_testdir, func_create_megatestdir, test): There is no need for '--force' in most autotool invocations in a new tree. Actually fail the whole test if any of the tools, or the configure or make stages fail.
* Create also all needed subdirectories.Bruno Haible2006-11-061-69/+59
|
* Fix typo in actioncmd. From Charles WIlson.Bruno Haible2006-11-021-2/+2
|
* Interpret a backslash-newline sequence in the Makefile.am snippet as a space.Bruno Haible2006-11-021-2/+2
|
* Change a sed expression to be POSIX compliant.Bruno Haible2006-11-011-3/+2
|
* 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
|