summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* * build-aux/useless-if-before-free: Exit 2 for errors.Jim Meyering2008-02-101-7/+21
| | | | | Upon failure to open a file, don't exit immediately. Rather, just warn and continue with any remaining files.
* New script and module: useless-if-before-freeJim Meyering2008-02-101-0/+137
| | | | | | * MODULES.html.sh (maint+release support): Add useless-if-before-free. * build-aux/useless-if-before-free: New file. * modules/useless-if-before-free: New file.
* * build-aux/gitlog-to-changelog: Use committer date, not author date.Jim Meyering2008-02-101-2/+2
|
* New script and module: gitlog-to-changelogJim Meyering2008-02-091-0/+174
| | | | | | * MODULES.html.sh (maint+release support): Add gitlog-to-changelog. * modules/gitlog-to-changelog: New file. * build-aux/gitlog-to-changelog: New file.
* Use "git COMMAND", not "git-COMMAND".Jim Meyering2008-02-082-4/+4
| | | | | * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/. * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
* * build-aux/git-version-gen: Use "git status", not "git-status".Jim Meyering2008-02-081-6/+6
|
* autoupdateKarl Berry2008-02-052-13/+26
|
* vc-list-files: new moduleJim Meyering2008-01-311-0/+57
| | | | | | * modules/vc-list-files: New module. * build-aux/vc-list-files: New file. * MODULES.html.sh (maint/rel Support): Add vc-list-files.
* execKarl Berry2008-01-241-0/+0
|
* autoupdateKarl Berry2008-01-246-17/+9
|
* autoupdateKarl Berry2008-01-171-1/+5
|
* * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.Paolo Bonzini2008-01-161-1/+4
| | | | Use it in creating po/Makevars.
* autoupdateKarl Berry2008-01-141-3/+4
|
* Restore executable bits.Eric Blake2008-01-132-0/+0
|
* autoupdateKarl Berry2008-01-132-7/+7
|
* announce-gen: emit Gnulib's git-based version string.Jim Meyering2008-01-121-15/+18
| | | | | | | | | * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S. New option --gnulib-version=V, where V is expected to be the output of running git describe in the gnulib directory. (get_tool_versions): Request feedback on xdelta. I suspect it's not useful, and plan to stop publishing an xdelta file with each coreutils release.
* * build-aux/announce-gen: Also check for lzma-compressed files.Jim Meyering2008-01-121-3/+4
|
* Support AIX 6.1 and higher.Ralf Wildenhues2008-01-092-7/+7
| | | | | * build-aux/config.libpath: Likewise. * build-aux/config.rpath: Likewise.
* autoupdate.Ralf Wildenhues2008-01-072-7/+7
|
* Make --enable-relocatable work with DESTDIR.Bruno Haible2007-12-261-12/+26
|
* Fix link error in relocatability wrappers, due to xalloc_die().Bruno Haible2007-12-261-1/+0
|
* Merge branch 'master' of ssh://karl@git.sv.gnu.org/srv/git/gnulibKarl Berry2007-12-151-2/+2
|\
| * * build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.Jim Meyering2007-12-151-2/+2
| |
* | update from texinfoKarl Berry2007-12-151-10/+13
|/
* autoupdateKarl Berry2007-12-131-1/+4
|
* Again, remake scripts executable.Eric Blake2007-12-072-0/+0
| | | | | | | * build-aux/config.guess: Autoupdates are killing the mode. * build-aux/config.sub: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* autoupdateKarl Berry2007-12-072-3/+34
|
* Make scripts executable.Eric Blake2007-12-043-0/+0
| | | | | | | | * build-aux/config.guess: Add execute permissions. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* autoupdateKarl Berry2007-11-261-23/+69
|
* autoupdateKarl Berry2007-11-262-5/+9
|
* Pull my changes from coreutils:Jim Meyering2007-11-181-1/+6
| | | | | | | | | | | 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.
* bootstrap: work also with 4-argument variant of AC_INITSergey Poznyakoff2007-11-181-1/+2
| | | | * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
* git-version-gen: sync from coreutils.Jim Meyering2007-11-051-9/+18
| | | | | | | | | * build-aux/git-version-gen: Add comments. Change the first '-' to '.' in the snapshot version string, e.g., 6.9-377-08144 -> 6.9.377-08144 Remove first parameter. Don't declare a version "-dirty" merely because a time stamp has changed.
* Remove vestiges of cvs-gnulib-checkout process. Now we use git.Micah Cowan2007-10-261-18/+0
| | | | | * build-aux/bootstrap: Remove support for now-unnecessary option, --cvs-user, and envvars CVS_USER, CVS_RSH.
* Avoid diagnostics from sha1sum when there is no cached checksum.Jim Meyering2007-10-241-1/+2
| | | | | * build-aux/bootstrap (update_po_files): Skip the sha1sum check if the po.s1 file hasn't been created yet.
* * build-aux/bootstrap: Sync from coreutils:Jim Meyering2007-10-241-8/+11
| | | | | | | | | 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/.
* (gzip_rsyncable): Don't fail if gzip sends --help to stdout.Simon Josefsson2007-10-221-1/+1
| | | | Reported by sms@antinode.org (Steven M. Schweda).
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-0711-62/+50
|
* Update after renamings.Bruno Haible2007-10-021-4/+4
|
* Change xreadlink module to use areadlink.Bruno Haible2007-09-301-0/+2
|
* Provide move-if-change.Eric Blake2007-09-281-0/+77
| | | | | | | * build-aux/move-if-change: New file, based on best practice rather than any canonical upstream location. Signed-off-by: Eric Blake <ebb9@byu.net>
* * build-aux/bootstrap: Remove obsolete comment about wget --help.Paul Eggert2007-09-061-1/+0
|
* update from texinfoKarl Berry2007-09-031-5/+9
|
* Import changes from coreutils for bootstrap script.Jim Meyering2007-09-021-35/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* * build-aux/git-version-gen: New file, from coreutils. For details, seeJim Meyering2007-09-021-0/+83
| | | | http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
* Import changes from coreutils for bootstrap script.Paul Eggert2007-08-171-14/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* 2007-08-06 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-08-062-22/+19
| | | | * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
* update from texinfoKarl Berry2007-07-301-3/+5
|
* autoupdateKarl Berry2007-07-251-1/+1
|
* update from texinfoKarl Berry2007-07-231-3/+3
|