| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer straight quoting in some text files...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.
| Paul Eggert | 2015-09-11 | 1 | -1/+1 |
* | * INSTALL.REPO: Mention minimum Git version. | Paul Eggert | 2015-01-26 | 1 | -0/+2 |
* | Update copyright year to 2015...Run admin/update-copyright.
| Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * INSTALL.REPO: Revert 2014-12-06 change....You _can_ just run make after a clean checkout, thanks to the GNUmakefile.
| Glenn Morris | 2014-12-13 | 1 | -6/+5 |
* | Improve CONTRIBUTE and related files....* 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
| Stephen Leake | 2014-12-06 | 1 | -5/+6 |
* | Remove reference to obsolete configure scripts...* INSTALL.REPO: Remove reference to obsolete configure scripts
on non-Posix platforms.
Fixes: debbugs:18323
| Christoph Scholtes | 2014-08-24 | 1 | -5/+0 |
* | Don't require pkg-config when building from repository....* 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.
| Paul Eggert | 2014-05-16 | 1 | -2/+0 |
* | Use pkg-config's pkg.m4...* 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.
| Glenn Morris | 2014-05-02 | 1 | -0/+2 |
* | * GNUmakefile: Speed up 'make bootstrap' in fresh checkout....(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.
| Paul Eggert | 2014-04-16 | 1 | -39/+26 |
* | Rename INSTALL.BZR to UNSTALL.REPOm and carry that through in other files. | Eric S. Raymond | 2014-01-08 | 1 | -0/+98 |