summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* make fetchPaul Eggert2020-06-2912-2520/+2902
|
* make fetchPaul Eggert2017-09-1612-1879/+2399
|
* "time stamp" -> "timestamp", as per POSIXPaul Eggert2017-09-161-2/+2
|
* make fetchPaul Eggert2016-02-0612-1064/+2198
|
* maint: sync few files from upstreamStefano Lattarini2013-05-281-65/+73
| | | | | | | | * build-aux/config.guess: This file. * lib/Autom4te/Channels.pm: And this one. * maint.mk: And this one. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* sync: some files from upstreamStefano Lattarini2013-05-055-117/+180
| | | | | | | | | | | * build-aux/config.guess: This. * build-aux/config.sub: And this. * build-aux/gendocs.sh: And this. * build-aux/gnupload: And this. * build-aux/texinfo.tex: And this. * doc/standards.texi: And this. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* maint: resync files from upstreamEric Blake2013-01-0311-56/+54
| | | | | | | | | | | | | | | | | | | | | | | 'make syntax-check' complained about something that was already fixed upstream in doc/standards.texi, so I ran 'make update', and omitted lib/Autom4te as that still has some issues to be sorted out. * GNUmakefile: Resync from upstream. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/gitlog-to-changelog: Likewise. * build-aux/gnupload: Likewise. * build-aux/move-if-change: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/update-copyright: Likewise. * build-aux/useless-if-before-free: Likewise. * build-aux/vc-list-files: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. * m4/autobuild.m4: Likewise. * maint.mk: Likewise.
* maint: sync some files from gnulibStefano Lattarini2012-12-295-74/+145
| | | | | | | | | | | | | * build-aux/config.guess: Synced by "make gnulib-update". * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. * maint.mk: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* maint: resync most files from upstreamStefano Lattarini2012-09-217-150/+289
| | | | | | | | | | | | | | | | | | | | | | | The files in lib/Autom4te/ are intentionally not synced at this point, since automake commit v1.11-2114-g2d671e1 "perl refactor: use modern semantics of 'open'": <http://lists.gnu.org/archive/html/automake-patches/2012-03/msg00111.html> would require wider adaptation of our scripts to the new XFile API, and also exposes some latent bugs in autoconf where we use raw 'open' instead of XFile::open. We'll take care of that in a later patches (maybe). * build-aux/announce-gen: Resync via 'make fetch'. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/gitlog-to-changelog: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * maint.mk: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* maint: resync files from upstreamEric Blake2012-04-246-37/+86
| | | | | | | | | | | | | | | | | | The files in lib/Autom4te/ are intentionally not synced at this point, since this recent Automake patch: https://lists.gnu.org/archive/html/automake-patches/2012-03/msg00111.html was buggy regarding '-' as stdout, and also exposes some latent bugs in autoconf where we use raw 'open' instead of XFile::open. * build-aux/announce-gen: Resync via 'make fetch'. * build-aux/config.sub: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/gnupload: Likewise. * build-aux/move-if-change: Likewise. * build-aux/texinfo.tex: Likewise. * doc/standards.texi: Likewise. * maint.mk: Likewise.
* maint: resync files from upstreamEric Blake2012-03-014-75/+154
| | | | | | | | | | | | | | | | | | * GNUmakefile: Resync via 'make fetch'. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/update-copyright: Likewise. * doc/standards.texi: Likewise. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/Getopt.pm: Likewise. * lib/Autom4te/Struct.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise. * maint.mk: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: also sync maint.mk and useless-if-before-free from gnulibJim Meyering2012-01-212-8/+223
| | | | | | | | * cfg.mk (gnulib-update): Add them to the list. * maint.mk: Update from gnulib. * build-aux/gitlog-to-changelog: Likewise. * build-aux/useless-if-before-free: New file, from gnulib. * doc/gnu-oids.texi: Update.
* maint: sync files from gnulibStefano Lattarini2012-01-219-55/+53
| | | | | | | | | | | | | | | | * GNUmakefile: Sync from gnulib. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/gnupload: Likewise. * build-aux/move-if-change: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/update-copyright: Likewise. * build-aux/vc-list-files: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. * m4/autobuild.m4: Likewise.
* maint: generate ChangeLog from git logStefano Lattarini2012-01-171-0/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Following the practice set by various other GNU projects, we start to automatically generate the ChangeLog file from the git commit messages. This will avoid duplication (as the ChangeLog entries were always inserted both in the git commit message and in the version-controlled ChangeLog file), and potential problems with spurious merge conflicts (which, although greatly mitigated by Bruno Haible's `git-merge-changelog' helper program, have never been completely solved). * ChangeLog: Moved ... * ChangeLog.3: ... to this. * build-aux/gitlog-to-changelog: New script, synced from gnulib. * cfg.mk (gnulib-update): Also sync gitlog-to-changelog. * Makefile.am (gen-ChangeLog): New .PHONY rule, generate the ChangeLog for distribution. (dist-hook): Depend on it. ($(srcdir)/ChangeLog): New dummy rule, to pacify automake "gnu" strictness. Creates a dummy ChangeLog, that will be overridden by the proper one at distribution time. (gen_start_date): New variable, the date starting from which the git log entries are to be copied in the generated ChangeLog. (EXTRA_DIST): Add ChangeLog.3 and gitlog-to-changelog. * configure.ac (AC_CONFIG_SRCDIR): Use 'lib/autoconf/autoconf.m4' instead of 'ChangeLog' as the sentinel file. * .gitignore: Add ChangeLog.
* maint: resync upstream filesPaul Eggert2012-01-049-661/+1300
| | | | | | | | | | * ChangeLog, GNUmakefile, build-aux/announce-gen: * build-aux/config.guess, build-aux/config.sub, build-aux/gendocs.sh: * build-aux/git-version-gen, build-aux/move-if-change: * build-aux/texinfo.tex, build-aux/update-copyright: * build-aux/vc-list-files, doc/fdl.texi, doc/gendocs_template: * doc/standards.texi, lib/Autom4te/XFile.pm, m4/autobuild.m4: Regenerated by 'make fetch'.
* maint: resync upstream filesEric Blake2011-01-045-28/+44
| | | | | | | | | | | | | | | | | * GNUmakefile: Regenerated by 'make fetch'. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/texinfo.tex: Likewise. * doc/make-stds.texi: Likewise. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/Struct.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: resync upstream filesEric Blake2010-09-211-49/+52
| | | | | | * build-aux/gendocs.sh: Resync via 'make fetch'. Signed-off-by: Eric Blake <eblake@redhat.com>
* build: support autobuildEric Blake2010-09-174-29/+55
| | | | | | | | | | | | | | | | * cfg.mk (gnulib-update): Add autobuild.m4. * configure.ac (AB_INIT): Output autobuild header. * m4/autobuild.m4: New file, from gnulib. * build-aux/config.guess: Resync from upstream. * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * doc/fdl.texi: Likewise. * doc/gnu-oids.texi: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * build-aux/gendocs.sh: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* Prepare for release.Eric Blake2010-07-211-2/+5
| | | | | | | | | | * maint.mk (PREV_VERSION_REGEXP): New macro, missed when backporting update-NEWS_hash from gnulib. * cfg.mk (old_NEWS_hash): Correctly generate. * build-aux/gendocs.sh: Temporarily break sync from upstream, to avoid including spurious directories in info source tarball. Signed-off-by: Eric Blake <eblake@redhat.com>
* Resync upstream files.Eric Blake2010-07-028-376/+534
| | | | | | | | | | | | | | | | | | | | | | * GNUmakefile: Run 'make fetch'. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/vc-list-files: Likewise. * doc/gendocs_template: Likewise. * doc/gnu-oids.texi: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
* Update upstream files.Eric Blake2010-01-058-47/+61
| | | | | | | | | | | | | | | | * GNUmakefile: Update via 'make fetch'. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/gnupload: Likewise. * build-aux/move-if-change: Likewise. * build-aux/update-copyright: Likewise. * build-aux/vc-list-files: Likewise. * doc/standards.texi: Likewise. * cfg.mk (update-copyright-env): Enforce wrap column. Signed-off-by: Eric Blake <ebb9@byu.net>
* Prepare for release.Eric Blake2009-11-213-11/+22
| | | | | | | | | | | | | * build-aux/announce-gen: Sync from upstream. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * cfg.mk (gnu_rel_host, url_dir_list): Move... * maint.mk: ...here, copying ideas from gnulib. (major): Rename... (stable): ...to this, copying gnulib. * HACKING (release): Document changes in process. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update upstream files.Eric Blake2009-11-047-149/+93
| | | | | | | | | | | | | | | | | | * build-aux/announce-gen: Synchronize from upstream. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/update-copyright: Likewise. * doc/standards.texi: Likewise. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/Struct.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Simplify version control metadata.Eric Blake2009-08-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .cvsignore: Delete. * bin/.cvsignore: Likewise. * config/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * lib/autoconf/.cvsignore: Likewise. * lib/Autom4te/.cvsignore: Likewise. * lib/autoscan/.cvsignore: Likewise. * lib/autotest/.cvsignore: Likewise. * lib/emacs/.cvsignore: Likewise. * lib/m4sugar/.cvsignore: Likewise. * man/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * bin/.gitignore: Likewise. * build-aux/.gitignore: Likewise. * config/.gitignore: Likewise. * doc/.gitignore: Likewise. * lib/.gitignore: Likewise. * lib/autoconf/.gitignore: Likewise. * lib/Autom4te/.gitignore: Likewise. * lib/autoscan/.gitignore: Likewise. * lib/autotest/.gitignore: Likewise. * lib/emacs/.gitignore: Likewise. * lib/m4sugar/.gitignore: Likewise. * man/.gitignore: Likewise. * tests/.gitignore: Likewise. * .gitignore: Consolidate all rules into one file. Signed-off-by: Eric Blake <ebb9@byu.net>
* Improve copyright updating.Eric Blake2009-08-171-14/+26
| | | | | | | | | | | | | | | | | | * build-aux/update-copyright: Resynchronize from upstream. * maint.mk (update-copyright): Simplify based on gnulib. (update-copyright-env): New variable. * cfg.mk (update-copyright-exclude-regexp): Delete. (update-copyright-env): New override. * .x-update-copyright: New file. * lib/Autom4te/Makefile.am: Add copyright. * lib/Autom4te/Channels.pm: Revert copyright update to upstream file. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/Struct.pm: Likewise. * lib/Autom4te/XFile.pm: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Prepare to bulk update copyright years.Eric Blake2009-08-142-1/+248
| | | | | | | | | | | | | | | | | | * build-aux/update-copyright: New file. * cfg.mk (gnulib-update): Sync it from gnulib. (update-copyright-exclude-regexp): New varialbe. (web-manual): Move... * maint.mk (web-manual): ...here, to match gnulib. (update-copyright): New target, copied from gnulib's maint.mk (it would be nice to sync this file...). (build_aux): New macro. (VC_LIST, emit_upload_commands): Use it. * build-aux/texinfo.tex: Resynchronize from upstream. * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): Reformat to meet expected pattern. * lib/autotest/general.m4 (_AT_COPYRIGHT_YEARS): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update some upstream files.Eric Blake2009-07-264-55/+30
| | | | | | | | | | * build-aux/config.guess: Resynchronize from upstream. * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/vc-list-files: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update some upstream files.Eric Blake2009-05-204-12/+25
| | | | | | | | | | * build-aux/config.guess: Resynchronize from upstream. * build-aux/gnupload: Likewise. * build-aux/vc-list-files: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Shuffle maintainer-specific rules.Eric Blake2009-04-215-8/+93
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (maintainer-check-tests): Delete. (autom4te-update): Move... * cfg.mk (autom4te-update): ...here. (fetch): Depend on autom4te-update. Split... (gnulib-update): ...into new rule. Import move-if-change from gnulib. * maint.mk (maintainer-distcheck): Absorb former maintainer-check rule. * build-aux/move-if-change: New file, undistributed. * .gitattributes: Handle new upstream file. * .gitignore: Ignore maintainer cruft. * HACKING: Update maintainer instructions. * build-aux/config.guess: Update from upstream. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Beta Release Version 2.63b.v2.63bEric Blake2009-03-311-92/+129
| | | | | | | | | * NEWS: Mention the release. * README: Clarify that this is a beta release. * build-aux/texinfo.tex: Synchronize from upstream. * .x-sc_trailing_blank: Exempt more upstream files. Signed-off-by: Eric Blake <ebb9@byu.net>
* Resync upstream files.Eric Blake2009-03-146-108/+332
| | | | | | | | | | | | | | * GNUmakefile: Run 'make fetch'. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/vc-list-files: Likewise. * doc/gnu-oids.texi: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Maintainer cleanups.Eric Blake2009-01-066-168/+748
| | | | | | | | | | | | | | | | | | | | | * cfg.mk (web-manual): Use new feature of gendocs. (fetch): Fetch gendocs. * Makefile.am (EXTRA_DIST): Distribute new file. * doc/Makefile.am (EXTRA_DIST): Likewise. * .gitattributes: Ignore whitespace in upstream files. * HACKING (Other web updates): Update Free Software Directory instructions. (Upload): No longer mention xdelta. * maint.mk (xd-delta): Likewise. * build-aux/gendocs.sh: New upstream file. * doc/gendocs_template: Likewise. * build-aux/announce-gen: Resync from upstream. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* More FDL 1.3 fallout.Eric Blake2008-11-102-26/+57
| | | | | | | | | | | | | | * cfg.mk (fetch): Add gnu-oids.texi, drop fdl.texi. * doc/Makefile.am (standards_TEXINFOS): Reflect upstream dependency changes. * doc/fdl.texi: Delete. * doc/gnu-oids.texi: New upstream file. * doc/standards.texi: Resync from upstream. * doc/make-stds.texi: Likewise. * build-aux/announce-gen: Likewise. * build-aux/texinfo.tex: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Upgrade to FDL 1.3.Eric Blake2008-11-042-24/+68
| | | | | | | | | | | | | | | * cfg.mk (fetch): Add fdl-1.3.texi. * .gitattributes: Likewise. * doc/autoconf.texi (GNU Free Documentation License): Point to new upstream version. * doc/Makefile.am (autoconf_TEXINFOS): Likewise. (standards_TEXINFOS): Mention current dependence on older license. * doc/fdl-1.3.texi: New upstream file. * GNUmakefile: Resync from upstream. * build-aux/announce-gen: Likewise. * build-aux/texinfo.tex: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Resync from gnulib.Eric Blake2008-10-081-2/+5
| | | | | | | | | | | | | * cfg.mk (cvs_executable_files, cvs_files): Rewrite... (fetch): ...into new target. (executable-update): Delete, now that it is unused. * maint.mk (update, local_updates, cvs_files, gnulib_repo) (wget-update, cvs-update): Likewise. * HACKING (Update the foreign files): Document new procedure. * GNUmakefile: Resync from upstream, via new 'make fetch'. * build-aux/config.guess: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Resync from gnulib.Eric Blake2008-09-092-4/+12
| | | | | | | | | | * cfg.mk (cvs_executable_files, cvs_files): Update list of files, although for now, they are still manually sync'd. * build-aux/gnupload: Update. * build-aux/config.sub: Likewise. * GNUmakefile: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update some files from upstream.Eric Blake2008-08-066-19/+45
| | | | | | | | | | | | | | * GNUmakefile: Update. * build-aux/announce-gen: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/git-version-gen: Likewise. * build-aux/texinfo.tex: Likewise. * build-aux/vc-list-files: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Prepare for release.Eric Blake2008-04-051-0/+183
| | | | | | | | | | | * maint.mk (announcement): Avoid deleted option. * cfg.mk (release_archive_dir): Use default. * build-aux/gnupload: New file, from automake/gnulib. * Makefile.am (EXTRA_DIST): Distribute it. * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload from syntax check. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix version number generation in man pages.Eric Blake2008-04-031-2/+44
| | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Distribute .version. (.version): New rule. * man/Makefile.am (common_dep): Depend on .version, not configure.ac. (.x.1): Use package name for version string. * GNUmakefile [!_have-Makefile]: Sync from upstream, again. * build-aux/git-version-gen: Sync from upstream. Signed-off-by: Eric Blake <ebb9@byu.net>
* More maintainer tweaks: pass 'make maintainer-distcheck'.Eric Blake2008-04-031-2/+2
| | | | | | | | | | | * GNUmakefile (_is-dist-target): Sync from upstream. * build-aux/vc-list-files: Sync from upstream, yet again. * tests/atlocal.in (unsupported_fs_chars): Always remove tdir. * tests/Makefile.am (EXTRA_DIST): Don't distribute the built package.m4. * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix VPATH 'make syntax-check'.Eric Blake2008-04-032-17/+62
| | | | | | | | | * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog) (sc_prohibit_jm_in_m4, makefile-check): Support VPATH. * build-aux/vc-list-files: Sync from upstream again. * build-aux/texinfo.tex: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Sync files from upstream, and pass 'make syntax-check'.Eric Blake2008-04-035-56/+601
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/announce-gen: Move... * build-aux/announce-gen: ...here, and sync from gnulib. * Makefile.am (EXTRA_DIST): Adjust accordingly. * cfg.mk (announce_gen): Likewise. (prev_version_file): Delete, relying on default in maint.mk. (gpg_key_ID): New macro. (url_dir_list): Rewrite to match coreutils. * config/prev-version.txt: Move... * .prev-version: ...here, and adjust to 2.61. * build-aux/vc-list-files: Sync from coreutils. * maint.mk: Resynchronize with coreutils, where possible. (ME): Remove $(srcdir) from definition. (CVS): Delete. (GIT, VC, VC-tag): New macros. (CVS_LIST, CVS_LIST_EXCEPT): Rename... (VC_LIST, VC_LIST_EXCEPT): ...to this. (cvs-tag-check): Delete. (cvs-diff-check): Rename... (vc-diff-check): ...to this. (sc_file_system): Allow FHS acronym. * doc/autoconf.texi (Particular Functions): Recommend unconditional <config.h>. * build-aux/config.guess: Sync from upstream (manually). * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * .gitattributes: Ignore whitespace problems in upstream files. Signed-off-by: Eric Blake <ebb9@byu.net>
* Don't infloop upon "make dist".Jim Meyering2008-03-021-3/+3
| | | | | | | | * GNUmakefile: Merge from coreutils. * Makefile.am (dist-hook): Inject .tarball-version into tarball, not .version. * configure.ac (AC_INIT): Use .tarball-version, not .version. * build-aux/git-version-gen: Update from gnulib.
* Sync git-version-gen from upstream.Eric Blake2008-02-211-13/+29
| | | | | | | * build-aux/git-version-gen: Pull from gnulib. * configure.ac (AC_INIT): Adjust to new calling convention. Signed-off-by: Eric Blake <ebb9@byu.net>
* Sync upstream files from gnulib.Ralf Wildenhues2008-01-243-24/+65
| | | | | | | * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex: Sync from gnulib. * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi: Likewise.
* Manually resync with gnulib, since 'make cvs-update' no longer works.Eric Blake2007-12-042-5/+9
| | | | | | | * build-aux/config.guess: New upstream version. * build-aux/config.sub: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Accommodate non-srcdir build-from-checkout.Jim Meyering2007-11-131-8/+9
| | | | | | | | * build-aux/git-version-gen: Require an additional parameter: $srcdir. Use git's --git-dir=$srcdir/.git option. Add quotes, in case tarball_version_file contains shell meta-characters. * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen. * configure.ac: Pass "." to git-version-gen.
* * build-aux/.gitignore: Ignore mkinstalldirs.Ralf Wildenhues2007-11-041-1/+2
|
* s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556Jim Meyering2007-11-031-2/+29
| | | | * build-aux/git-version-gen: This syncs from coreutils.
* Remove automake-provided files from version control.Jim Meyering2007-11-035-1180/+4
| | | | | | | | | * build-aux/elisp-comp: Remove file. * build-aux/install-sh: Remove file. * build-aux/missing: Remove file. * build-aux/mdate-sh: Remove file. * build-aux/.gitignore: New file. Suggestion from Ralf Wildenhues.