aboutsummaryrefslogtreecommitdiffstats
path: root/autogen/update_autogen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the autogen/ directoryGlenn Morris2013-11-041-310/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html * autogen: Remove directory. Move update_autogen to admin/. * autogen.sh: Remove reference to copy_autogen. * GNUmakefile (configure): * Makefile.in (bootstrap): Do not try to run copy_autogen. * config.bat: Use msdos/autogen rather than autogen. * admin/update_autogen: Move here from ../autogen. (usage): Update. Remove -l, add -A. (autogendir): New variable. (ldefs_flag): Default to set. (genfiles): Reduce to only ms-dos relevant files. (main): Make checking autogen sources optional. Make copying of autogen files optional. * msdos/autogen/config.in: * msdos/autogen/Makefile.in: Move here from ../autogen. * nt/INSTALL: Remove reference to copy_autogen. * nt/config.nt: Comment.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Rename configure.in to configure.ac.Paul Eggert2012-07-081-1/+1
| | | | Fixes: debbugs:11603
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.Paul Eggert2011-07-291-1/+5
|
* * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.Glenn Morris2011-04-061-1/+4
|
* * autogen/update_autogen: Add a separate -L option for ldefs-boot.el.Glenn Morris2011-04-051-3/+7
|
* * autogen/update_autogen: Configure --without-x.Glenn Morris2011-04-051-1/+2
|
* Make update_autogen handle loaddefs-like files as well.Glenn Morris2011-04-051-17/+127
| | | | | | | | | | | | | | * autogen/update_autogen: (usage): Add -l, -C. (clean, ldefs_flag, ldefs_in, ldefs_out): New variables. With -l, check status of lisp/ as well. With -C, clean before building. (autoreconf): Only pass -f in the `clean' case. (commit): New function. * lisp/Makefile.in (AUTOGEN_VCS): New variable. (autoloads): Use $AUTOGEN_VCS. * .bzrignore: Tighten up ignore patterns (for autogen/).
* * autogen/update_autogen: Pass -f to autoreconf.Glenn Morris2011-03-271-1/+1
|
* * autogen/update_autogen: Remove useless function keyword.Andreas Schwab2011-03-251-2/+2
|
* Remove some files that autoreconf can supply.Glenn Morris2011-03-251-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html * compile, config.guess, config.sub, depcomp, install-sh, missing: Remove; autoreconf can supply them. * Makefile.in (sync-from-gnulib): Don't sync config.sub, config.guess, install-sh. Pass -i to autoreconf. * autogen/update_autogen (genfiles): Add compile, config.guess, config.sub, depcomp, install-sh, missing. Pass -i to autoreconf. Discard non-error output from autoreconf in -q case. * autogen/compile, autogen/config.guess, autogen/config.sub: * autogen/depcomp, autogen/install-sh, autogen/missing: New files. * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp, install-sh, missing. * autogen/README: Add compile, config.guess, config.sub, depcomp, install-sh, missing. * INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args. * .bzrignore: Add compile, config.guess, config.sub, depcomp, install-sh, missing.
* * autogen/update_autogen (msg): Remove function; use `exec' instead.Glenn Morris2011-03-231-16/+10
|
* * autogen/update_autogen: Fix typo.Glenn Morris2011-03-221-1/+1
|
* * autogen/update_autogen: Make bzr commit respect -q option.Glenn Morris2011-03-201-1/+4
|
* (Re)move autotools generated files from the repository.Glenn Morris2011-03-201-0/+180
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html * autogen/: New directory, to be excluded from releases. * autogen/copy_autogen, autogen/update_autogen: New scripts. * autogen/README: New file. * autogen/aclocal.m4, autogen/config.in, autogen/configure: * autogen/Makefile.in: Add auto-updated generated files. * autogen.sh: No longer a no-op, now it tests for autotools and runs them as necessary. * configure.in: Defaule maintainer-mode to on. * aclocal.m4, configure, lib/Makefile.in: Remove files. * src/config.in: Remove file. * INSTALL.BZR, admin/make-tarball.txt: Update instructions.