|
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.
|
|
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.
|
|
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/.
|
|
07051aa2
|
2007-10-02T00:43:39
|
|
Update after renamings.
|
|
8a145af9
|
2007-09-06T18:14:05
|
|
* build-aux/bootstrap: Remove obsolete comment about wget --help.
|
|
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>
|
|
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.
|
|
6534a68e
|
2007-07-05T08:21:09
|
|
(TP_URL,get_translations): Update to use
the new TP address.
(usage): Fix typo
(gnulib_mk): New variable.
|
|
239fb19e
|
2007-06-20T11:56:14
|
|
Remove stray dot; Make sure build_aux settings are honored when linking gnulib_extra_files
|
|
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.
|
|
d1c92f60
|
2007-03-17T12:04:04
|
|
fix syntax error in last change
|
|
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.
|
|
a9675eb2
|
2007-03-17T08:58:43
|
|
* build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
|
|
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>
|
|
a1c6bc99
|
2007-03-16T20:22:58
|
|
* build-aux/bootstrap (gnulib_name): New variable.
(gnulib_tool_options): Use it.
|
|
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.
|