build-aux/bootstrap


Log

Author Commit Date CI Message
Jim Meyering 8bd046aa 2008-04-02T08:32:17 bootstrap: remove dangling *.[ch] symlinks from lib * build-aux/bootstrap [dangling symlink removal]: Move find's -depth option to precede all others, to avoid a warning. Remove *.[ch] files too, and from "$source_base" (usually lib/).
Jim Meyering f1880087 2008-03-12T11:09:47 * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
Sergey Poznyakoff 4f4b3279 2008-03-12T05:46:23 * build-aux/bootstrap (version_controlled_file): Adapt for SVN repositories.
Jim Meyering 1871822d 2008-03-02T17:17:28 bootstrap: sync from coreutils again * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks. Signed-off-by: Jim Meyering <meyering@redhat.com>
Jim Meyering 2e6c567d 2008-03-01T09:08:53 bootstrap: sync from coreutils * build-aux/bootstrap (update_po_files): Copy a .po file into place also when the target doesn't exist.
Sergey Poznyakoff 3a655908 2008-02-28T16:48:03 (source_base, m4_base, doc_base, tests_base): New variables. (gnulib_tool_options): Do not hardcode base directories, use the above variables instead.
Jim Meyering 5145cf14 2008-02-08T11:35:02 Use "git COMMAND", not "git-COMMAND". * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/. * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
Paolo Bonzini 96844f9b 2008-01-16T17:52:21 * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable. Use it in creating po/Makevars.
Jim Meyering 1a3bca39 2007-11-18T11:51:26 Pull my changes from coreutils: bootstrap: fix typo to enable use of $gnulib_tool_option_extras. * build-aux/bootstrap (gnulib_tool_options): Add a space before the use of $gnulib_tool_option_extras, so that it's separated from the preceding argument. Fix bootstrap failure to handle files like lib/uniwidth/cjk.h. * build-aux/bootstrap (cp_mark_as_generated): Create any required parent destination directories before copying a file into place.
Sergey Poznyakoff 67950fa7 2007-11-18T11:42:16 bootstrap: work also with 4-argument variant of AC_INIT * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
Micah Cowan e0c59cef 2007-10-26T18:31:38 Remove vestiges of cvs-gnulib-checkout process. Now we use git. * build-aux/bootstrap: Remove support for now-unnecessary option, --cvs-user, and envvars CVS_USER, CVS_RSH.
Jim Meyering cd6b82c9 2007-10-24T22:32:48 Avoid diagnostics from sha1sum when there is no cached checksum. * build-aux/bootstrap (update_po_files): Skip the sha1sum check if the po.s1 file hasn't been created yet.
Jim Meyering bc960df8 2007-10-24T22:12:56 * build-aux/bootstrap: Sync from coreutils: 2007-10-24 Jim Meyering <meyering@redhat.com> Get gnulib from the git repository, not from an obsolete cvs one. * build-aux/bootstrap: Suggestion from Micah Cowan. 2007-10-04 Jim Meyering <jim@meyering.net> * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change. (update_po_files): Work also when there are no .po files in po/.
Bruno Haible 07051aa2 2007-10-02T00:43:39 Update after renamings.
Paul Eggert 8a145af9 2007-09-06T18:14:05 * build-aux/bootstrap: Remove obsolete comment about wget --help.
Jim Meyering cbaa8d7f 2007-09-02T23:05:26 Import changes from coreutils for bootstrap script. * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable. bootstrap: uses rsync to download the .po files * build-aux/bootstrap (po_download_command_format): New global. (download_po_files): Use rsync. (update_po_files): Don't remove .po files after download, so future rsync runs can take advantage of the copies. * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly. Solve the unnecessary-.po-file-regeneration problem once and for all. * build-aux/bootstrap (download_po_files): New function, renamed from get_translations. Now, downloads, but doesn't update LINGUAS. (update_po_files): New function. bootstrap: Ignore more. * build-aux/bootstrap (symlink_to_dir): Add a directory name like uniwidth to e.g., lib/.gitignore. (slurp): Handle the sys_stat_.h -> sys mapping, too. * build-aux/bootstrap: New setting: vc_ignore. (insert_sorted_if_absent): Create $file if absent. Adapt to new, possibly empty, list: $vc_ignore. bootstrap: generate more ignorable names * build-aux/bootstrap (slurp): When generating ignorable names, also map .sin to .sed, .gperf to .c, and .y to .c. 2007-09-03 Jim Meyering <jim@meyering.net>
Paul Eggert 7f556a6e 2007-08-17T23:13:57 Import changes from coreutils for bootstrap script. 2007-07-21 Paul Eggert <eggert@cs.ucla.edu> * build-aux/bootstrap (slurp): Work even in environments where "ls" defaults to "ls -A". Put in a FIXME, though, since the current code does not slurp files whose names start with ".", and this looks like it might be a troublesome area. 2007-07-11 Jim Meyering <jim@meyering.net> If there's a GPL vN copyright comment, require that N == 3. 2007-07-08 Jim Meyering <jim@meyering.net> Run the coreutils-specific code only if tests/Makefile.am.in exists. * build-aux/bootstrap (mam_template): Move definition out of loop. Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*. * build-aux/bootstrap (symlink_to_dir): Rename function from symlink_to_gnulib. Add a directory parameter. Update all callers. (cp_mark_as_generated): Also check for -- and link to -- files in gl/. 2007-07-08 Jim Meyering <jim@meyering.net> Adapt to deeper hierarchy in gnulib. * build-aux/bootstrap (symlink_to_dir): If the destination directory doesn't exist, create it. This is required at least for "lib/uniwidth/cjk.h". 2007-05-15 Jim Meyering <jim@meyering.net> * build-aux/bootstrap: Now that generated Makefile.am files are no longer under version control, they must be created at bootstrap time.
Sergey Poznyakoff 6534a68e 2007-07-05T08:21:09 (TP_URL,get_translations): Update to use the new TP address. (usage): Fix typo (gnulib_mk): New variable.
Sergey Poznyakoff 239fb19e 2007-06-20T11:56:14 Remove stray dot; Make sure build_aux settings are honored when linking gnulib_extra_files
Paul Eggert 9fadfa9e 2007-04-13T21:21:27 * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by gzip bootstrap.conf to avoid dragging in i18n machinery. (gnulib_tool_option): Use it.
Jim Meyering d1c92f60 2007-03-17T12:04:04 fix syntax error in last change
Jim Meyering d2d49399 2007-03-17T11:52:47 Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted. * 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.
Jim Meyering a9675eb2 2007-03-17T08:58:43 * build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
Jim Meyering 39e19689 2007-03-16T21:03:43 * build-aux/bootstrap (with_gettext): New variable. Run autopoint 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>
Jim Meyering a1c6bc99 2007-03-16T20:22:58 * build-aux/bootstrap (gnulib_name): New variable. (gnulib_tool_options): Use it.
Paul Eggert eee00907 2007-03-15T22:58:36 * lib/quotearg.c: Include <wctype.h> early, before the definition of 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.