summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2007-04-021-9/+21
|
* autoupdateKarl Berry2007-03-301-3/+7
|
* autoupdateKarl Berry2007-03-291-14/+19
|
* Remove, accidentally committed.Simon Josefsson2007-03-171-8/+0
|
* *** empty log message ***Simon Josefsson2007-03-171-0/+8
|
* fix syntax error in last changeJim Meyering2007-03-171-4/+3
|
* Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.Jim Meyering2007-03-171-2/+7
| | | | | | * build-aux/bootstrap: Put ""s around use of $build_aux, in case someone uses a name containing shell meta-characters. Reported by Alfred M. Szmidt.
* * build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.Jim Meyering2007-03-171-1/+1
|
* * build-aux/bootstrap (with_gettext): New variable. Run autopointJim Meyering2007-03-161-28/+34
| | | | | | | and copy gettext configuration files only if configure.ac contains a use of AM_GNU_GETTEXT_VERSION. 2007-03-16 Alfred M. Szmidt <ams@gnu.org>
* * build-aux/bootstrap (gnulib_name): New variable.Jim Meyering2007-03-161-1/+2
| | | | (gnulib_tool_options): Use it.
* update from texinfoKarl Berry2007-03-151-2/+30
|
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-152-0/+600
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the iswprint macro. Needed on Solaris 2.5.1. 2007-03-12 Bruno Haible <bruno@clisp.org> * tests/test-printf-frexp.c (main): Declare x as volatile. 2007-03-12 Simon Josefsson <simon@josefsson.org> * doc/gnulib.texi (Build robot for gnulib): New section. 2007-03-12 Jim Meyering <jim@meyering.net> * build-aux/bootstrap: New file. * build-aux/bootstrap.conf: New file, from coreutils. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE. 2007-03-12 Simon Josefsson <simon@josefsson.org> * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to avoid collisions with 'des_setkey'. Reported by Bruno Haible <bruno@clisp.org>. Also change 'tripledes_' to '3des_'. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to compile, set LOCALE_TR_UTF8 to 'none' instead of empty. 2007-03-11 Bruno Haible <bruno@clisp.org> * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX formula. Needed for SunPRO C 5.0.
* autoupdateKarl Berry2007-03-061-7/+10
|
* Update to libtool-1.5.22.Bruno Haible2007-03-021-15/+26
|
* Avoid leaving object files around.Bruno Haible2007-03-021-2/+15
|
* Break long lines.Bruno Haible2007-03-021-5/+28
|
* New modules relocatable, relocatable-lib, relocatable-script.Bruno Haible2007-03-011-1/+1
|
* Snippet of code that provides relocatability to shell scripts.Bruno Haible2007-03-011-0/+132
|
* Infrastructure for relocatable installation, from GNU gettext.Bruno Haible2007-03-013-0/+380
| | | | See http://lists.gnu.org/archive/html/bug-gnulib/2003-03/msg00020.html
* * build-aux/announce-gen: When complaining about excess arguments,Jim Meyering2007-02-271-3/+4
| | | | list them.
* New module 'link-warning'.Bruno Haible2007-02-171-0/+28
|
* update from texinfoKarl Berry2007-02-121-1/+2
|
* update from texinfoKarl Berry2007-01-221-378/+375
|
* autoupdateKarl Berry2007-01-181-2/+5
|
* autoupdateKarl Berry2007-01-151-1/+4
|
* autoupdateKarl Berry2007-01-051-2/+2
|
* Improve support for OpenBSD.Bruno Haible2007-01-021-0/+46
|
* update from texinfoKarl Berry2006-12-301-11/+518
|
* * build-aux/announce-gen: Do not assume that the packageJim Meyering2006-12-281-9/+13
| | | | | builds any of tar.gz, tar.bz2, and .xdelta files. Suggestion from Simon Josefsson.
* autoupdateKarl Berry2006-12-261-39/+65
|
* autoupdateKarl Berry2006-12-251-80/+66
|
* update from texinfoKarl Berry2006-12-231-19/+28
|
* autoupdateKarl Berry2006-12-221-2/+2
|
* update from texinfoKarl Berry2006-12-221-218/+223
|
* * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.Jim Meyering2006-12-081-3/+11
| | | | Instead, use Emacs' time-stamp write hook.
* autoupdateKarl Berry2006-12-082-4/+7
|
* * build-aux/announce-gen: Add two new options, both optional:Jim Meyering2006-12-081-3/+66
| | | | | | | | | | | --bootstrap-tools=TOOL_LIST a comma-separated list of tools, e.g., autoconf,automake,bison,gnulib --gnulib-snapshot-date=DATE if gnulib is in the bootstrap tool list, then report this as the snapshot date. If not specified, use the current date/time. If you specify a date here, be sure it's UTC.
* update from texinfoKarl Berry2006-12-051-4/+298
|
* autoupdateKarl Berry2006-12-021-1/+4
|
* * build-aux/announce-gen: New file. From coreutils.Jim Meyering2006-11-231-0/+437
|
* autoupdateKarl Berry2006-11-161-1/+4
|
* Sync from Automake.Ralf Wildenhues2006-11-121-3/+4
| | | | | | * build-aux/gnupload: Revert last change. Add pointer to upload instructions of the GNU Maintenance Instructions. Suggestion by Karl Berry.
* update from texinfoKarl Berry2006-11-091-3/+38
|
* Sync from Automake.Ralf Wildenhues2006-11-081-2/+2
| | | | | * build-aux/gnupload: Add missing 'gnu' to example URL. Report by Karl Berry.
* autoupdateKarl Berry2006-11-081-2/+2
|
* autoupdateKarl Berry2006-11-072-2/+6
|
* (Imported from Automake.)Paul Eggert2006-10-161-3/+11
| | | | * build-aux/gnupload: Update to version 1.1 of directive file.
* autoupdateKarl Berry2006-10-163-5/+6
|
* Sync from Automake.Paul Eggert2006-10-142-7/+34
| | | | | | | | | | | | | | | | | | | | | * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m, which incorrectly sets the mode of an existing destination directory. In some cases the unpatched install-sh could do the equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD system. We hope this is rare in practice, but it's clearly worth fixing. Problem reported by Alex Unleashed in <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>. Also, don't bother to check for -m bugs unless we're using -m; suggested by Stepan Kasal. 2006-10-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Sync from Automake. * build-aux/depcomp (gcc3): Put dependency extraction flags before the `-c' flag, so they appear at the same position as in %FASTDEP% mode in depend2.am. Fixes build failure for FreeBSD's c89, which ignores unknown options only after the first non-option. Bug report against M4 by Nelson H. F. Beebe.
* update from texinfoKarl Berry2006-10-051-17/+40
|