- 11 Sep, 2015 1 commit
-
-
Paul Eggert authored
Mostly this just changes ` to ' in static text. Some exceptions: * INSTALL.REPO: Use curved quotes, as the diagnostic in question typically does that now. * admin/quick-install-emacs (TRY, top level): Use straight quoting in diagnostics. * src/README: Fix working-directory confusion.
-
- 28 Jan, 2015 1 commit
-
-
Paul Eggert authored
This attempts to repair problems introduced by the bad merge 5491fd10. The easiest way for me to fix the badly-merged gnulib files was to run 'admin/merge-gnulib', so I did that, which also imported the following changes: * build-aux/update-copyright, m4/gnulib.m4: Update from gnulib, incorporating: 2015-01-15 time: port to MinGW32 3.21 2015-01-15 update-copyright: apply to self 2015-01-11 update-copyright: recognize groff's \(co marker
-
- 26 Jan, 2015 1 commit
-
-
Paul Eggert authored
-
- 01 Jan, 2015 2 commits
-
-
Paul Eggert authored
Run admin/update-copyright.
-
Paul Eggert authored
Run admin/update-copyright.
-
- 14 Dec, 2014 1 commit
-
-
Glenn Morris authored
You _can_ just run make after a clean checkout, thanks to the GNUmakefile.
-
- 06 Dec, 2014 1 commit
-
-
Stephen Leake authored
* CONTRIBUTE: improve; add explicit web references, move some info from admin/notes/* here. * INSTALL.REPO: You can't "just run make" after a clean checkout. * admin/notes/commits: deleted; merged into ./CONTRIBUTE * admin/notes/repo: move commit, branch info into ./CONTRIBUTE
-
- 25 Aug, 2014 1 commit
-
-
Christoph Scholtes authored
* INSTALL.REPO: Remove reference to obsolete configure scripts on non-Posix platforms. Fixes: debbugs:18323
-
- 16 May, 2014 1 commit
-
-
Paul Eggert authored
* INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * INSTALL.REPO: pkg-config is no longer required to build from the repository. * autogen.sh: Don't check for pkg-config. (progs): Remove pkg-config. (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH): Remove. All uses removed. * m4/pkg.m4: New file, built by admin/merge-pkg-config. * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us. (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug, as we use pkg.m4 from a newer pkg-config. * admin/merge-pkg-config: New script. * admin/notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4. * etc/NEWS: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * etc/PROBLEMS (Build-time-problems): Remove pkg-config problem that is no longer an issue. * nt/INSTALL: Remove no-longer-needed notes about pkg-config.
-
- 02 May, 2014 1 commit
-
-
Glenn Morris authored
* configure.ac: Use pkg-config's pkg.m4, rather than reinventing it. Add explicit AC_SUBST's where needed. * autogen.sh (progs): Add pkg-config. (pkg_config_min): New variable. * INSTALL.REPO: Mention pkg-config. * etc/PROBLEMS: Mention a related issue that can occur with a local automake.
-
- 17 Apr, 2014 1 commit
-
-
Paul Eggert authored
(ORDINARY_GOALS): New macro, which excludes 'bootstrap'. (bootstrap, .PHONY): New rules. * INSTALL.REPO: Document current procedure better. Move copyright notice to just before license notice.
-
- 08 Jan, 2014 1 commit
-
-
Eric S. Raymond authored
-
- 01 Jan, 2014 1 commit
-
-
Paul Eggert authored
-
- 01 Jan, 2013 1 commit
-
-
Paul Eggert authored
-
- 07 Aug, 2012 1 commit
-
-
Glenn Morris authored
-
- 09 Jul, 2012 1 commit
-
-
Paul Eggert authored
Fixes: debbugs:11603
-
- 01 Jun, 2012 1 commit
-
-
Paul Eggert authored
It is confusingly named and rarely useful. See, for example, <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>. * INSTALL.BZR: Don't mention --disable-maintainer-mode. * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed. * configure.in: Remove --disable-maintainer-mode. (USE_MAINTAINER_MODE, MAINT): Remove. * admin/make-tarball.txt: Don't worry about maintainer mode. * etc/NEWS: Mention this.
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 03 Dec, 2011 1 commit
-
-
Paul Eggert authored
-
- 25 Jun, 2011 1 commit
-
-
Glenn Morris authored
-
- 29 Mar, 2011 1 commit
-
-
Glenn Morris authored
-
- 25 Mar, 2011 1 commit
-
-
Glenn Morris authored
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.
-
- 20 Mar, 2011 1 commit
-
-
Glenn Morris authored
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.
-
- 27 Feb, 2011 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 26 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 03 Dec, 2010 2 commits
-
-
Katsumi Yamaoka authored
-
Julien Danjou authored
-
- 12 Oct, 2010 1 commit
-
-
Glenn Morris authored
-
- 18 Feb, 2010 1 commit
-
-
Glenn Morris authored
Remove section about developer access to the Bazaar repository, which is not really relevant to this file.
-
- 12 Jan, 2010 1 commit
-
-
Glenn Morris authored
See http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00758.html * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * mail/emacsbug.el (report-emacs-bug-pretest-address): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * trouble.texi (Checklist): Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions.
-
- 28 Dec, 2009 1 commit
-
-
Andreas Schwab authored
-
- 27 Dec, 2009 1 commit
-
-
Karl Fogel authored
* INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
-
- 05 Sep, 2009 1 commit
-
-
Glenn Morris authored
(With the exception that it does not remove Makefile from lisp/ or src/).
-
- 01 Mar, 2009 1 commit
-
-
Chong Yidong authored
-
- 11 Jan, 2009 1 commit
-
-
Juri Linkov authored
-
- 08 Jan, 2009 1 commit
-
-
Glenn Morris authored
-