summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* configury: install gnulib sources into m4 subdirectory.Gary V. Vaughan2013-09-221-54/+2
| | | | | | | | | | * configure.ac (AC_CONFIG_LIBOBJ_DIR): Change to m4/gnu. (AC_CONFIG_HEADERS): Change to config.h. (AC_CONFIG_FILES): Change gnu/Makeflie to m4/gnu/Makefile. * .gitignore, po/POTFILES.in: Adjust accordingly. * build-aux/m4/gnulib-cache.m4: Regenerate. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
* configury: move gnulib subproject to build-aux subdirectory.Gary V. Vaughan2013-09-221-1/+4
| | | | | | | | | * gnulib: Move from here... * build-aux/gnulib: ...to here. * bootstrap.conf (gnulib_path): Set appropriately. * .gitignore: Adjust. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
* maint: move to gitlog-to-changelog.Gary V. Vaughan2013-09-151-0/+1
| | | | | | | | | | | | * ChangeLog: Move from here... * ChangeLog.old: ...to here. * .gitignore: Add ChangeLog. * ltdl/m4/gnulib-cache.m4: Add gitlog-to-changelog. * Makefile.am (ChangeLog): New rule to generate a ChangeLog on demand. (EXTRA_DIST): Distribute gitlog-to-changelog. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
* configury: don't check in generated files.Gary V. Vaughan2013-09-151-3/+2
| | | | | | | | | | * COPYING: Install explicitly to avoid confusion over M4 license. * INSTALL, build-aux/compile, build-aux/config.guess, build-aux/config.sub, build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh, build-aux/missing, build-aux/texinfo.tex: Remove. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
* Update copyright year.Eric Blake2010-01-051-0/+1
| | | | | | | | All files impacted, via 'make update-copyright'. Additionally: * .gitignore: Ignore backup files. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 5f42c4dabb6858601abce7b38ca78f4c3069f301)
* Use gnulib maintainer-makefile module.Eric Blake2010-01-051-0/+1
| | | | | | | | | | | | | | | | | | | * ltdl/m4/gnulib-cache.m4: Import maintainer-makefile module. * cfg.mk (local-checks-to-skip): Drop changelog-check; add sc_cast_of_x_alloc_return_value. (gnu_ftp_host-alpha, gnu_ftp_host-beta, gnu_ftp_host-major) (gnu_rel_host): Delete; provided by maint.mk. (old_NEWS_hash): New macro. * .prev-version: New file. * .x-sc_require_config_h: Likewise. * .x-sc_require_config_h_first: Likewise. * Makefile.am (syntax_check_exceptions, EXTRA_DIST): Ship new files. * maint.mk: Remove from version control; use gnulib instead. * .gitignore: Update. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 260383467b3ae57f2cb3c6821718b99fdf278c4b)
* Document why bootstrap might touch state of tree.Eric Blake2009-06-161-0/+1
| | | | | | | | | * bootstrap: Fix typos. Add comment. * HACKING: Add notes about this scenario. * gnulib: Update to latest version. * .gitignore: Track gnulib changes. Signed-off-by: Eric Blake <ebb9@byu.net>
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-151-21/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * .cvsignore: Delete. We are moving further away from CVS. * build-aux/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * examples/.cvsignore: Likewise. * ltdl/.cvsignore: Likewise. * m4/.cvsignore: Likewise. * modules/.cvsignore: Likewise. * po/.cvsignore: Likewise. * src/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * .gitignore: Consolidate from other files. * build-aux/.gitignore: Delete, now that it is consolidated. * doc/.gitignore: Likewise. * examples/.gitignore: Likewise. * ltdl/.gitignore: Likewise. * m4/.gitignore: Likewise. * modules/.gitignore: Likewise. * po/.gitignore: Likewise. * src/.gitignore: Likewise. * tests/.gitignore: Likewise. * bootstrap: Simplify accordingly. Sync gnulib tree prior to libtoolize, to avoid libtool overwriting config.guess. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 76b384f1d84225d0412d58999d2becc8936dd645)
* Exploit git submodule by adding appropriate symlinks.Eric Blake2009-03-231-2/+0
| | | | | | | | | | | | | | | | | | | | | * bootstrap: No longer copy files from gnulib. * COPYING: Change to symlink pointing into gnulib. * INSTALL: Likewise. * build-aux/compile: Likewise. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/depcomp: Likewise. * build-aux/install-sh: Likewise. * build-aux/mdate-sh: Likewise. * build-aux/missing: Likewise. * build-aux/texinfo.tex: Likewise. * .cvsignore: Reflect these changes. * .gitignore: Likewise. * build-aux/.cvsignore: New file. * build-aux/.gitignore: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit ae0a52f330cb47dede83368613390facbac0e917)
* Cache most recently spilled diversion.Eric Blake2008-12-151-1/+1
| | | | | | | | | | | | | | | | | | * m4/output.c (tmp_file, tmp_file_owner): New variables, for 1-deep cache of spilled diversions. (m4_tmpfile): Open in append mode, since we might revisit diversion without closing it now. (m4_tmpopen): Check cache first. (m4_tmpclose): Update cache, rather than closing. Add parameter. (m4_tmpremove): Close cache before removing. (m4_tmprename): Deal with open files when renaming. (m4_output_exit): Close cache before exiting. (make_room_for, m4_make_diversion, insert_diversion_helper): Adjust callers. * ltdl/m4/m4-rename.m4 (M4_RENAME): New file. * configure.ac (M4_RENAME): Invoke it. Signed-off-by: Eric Blake <ebb9@byu.net>
* Keep COPYING in repository.Eric Blake2008-11-261-1/+0
| | | | | | | | | | | * Makefile.am (MAINTAINERCLEANFILES): Don't remove COPYING. * .cvsignore: Don't ignore it. * .gitignore: Likewise. * COPYING: Store in repository, per automake 1.10.2 recommendation. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit a33b562827fd0d1b9f2fbb4aed6b3e29900c5ecc)
* Overhaul inter-version releases to work with git.Eric Blake2008-04-081-0/+3
| | | | | | | | | | | | | | | | | | | | | * configure.ac (version): New variable, which has nicer version contents when using git 1.5.5+, hardcoded to 1.9a otherwise. (TIMESTAMP): Delete, since CVS id expansion died with transition to git. (AM_INIT_AUTOMAKE): Use version to decide gnu vs. gnits. * build-aux/mkstamp: Delete, no longer used. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Kill, to speed up rebuilds when timestamps don't matter. (MKSTAMP): Delete, no longer used. (EXTRA_DIST): No longer worry about mkstamp. (.version): New rule and distributed file. (doc/m4.1, tests/package.m4): Depend on .version, not configure.ac, for timestamp. * ltdl/m4/gnulib-cache.m4: Import git-version-gen module. * modules/gnu.c (__m4_version__): TIMESTAMP no longer exists. * src/main.c (main): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Use GNUmakefile module.Eric Blake2008-03-281-0/+1
| | | | | | | | * ltdl/m4/gnulib-cache.m4: Import gnumakefile module. * Makefile.am: Split off maintainer rules... * maint.mk: ...into this new file. Signed-off-by: Eric Blake <ebb9@byu.net>
* * build-aux/mkstamp: Rename from ltdl/config/mkstamp.Eric Blake2007-11-061-1/+0
| | | | Signed-off-by: Eric Blake <ebb9@byu.net>
* For consistency with other GNU projects, use build-aux directory.Eric Blake2007-11-051-0/+1
| | | | | | | | | | * configure.ac (AC_CONFIG_AUX_DIR): Change ltdl/config to build-aux. * bootstrap (config_aux_dir): Likewise. * Makefile.am (config_aux_dir): Likewise. * ltdl/m4/gnulib-cache.m4: Use --aux-dir option. Signed-off-by: Eric Blake <ebb9@byu.net>
* Ignore some more files.Eric Blake2007-10-061-0/+2
| | | | Signed-off-by: Eric Blake <ebb9@byu.net>
* Create .gitignore alongside .cvsignore.Eric Blake2007-10-061-0/+30
* bootstrap (version control): Update to reflect git usage. Signed-off-by: Eric Blake <ebb9@byu.net>