aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-01-26 11:21:45 -0800
committerPaul Eggert2015-01-26 11:21:45 -0800
commit81f7fcb4b8a4f370162def4fd42fd62674db96a5 (patch)
tree2d1d4abf852e461b8ed9ea2b404827ef2742a475
parente912f35dc5e882ddc5124e3552ee68088204fb47 (diff)
downloademacs-81f7fcb4b8a4f370162def4fd42fd62674db96a5.tar.gz
emacs-81f7fcb4b8a4f370162def4fd42fd62674db96a5.zip
* INSTALL.REPO: Mention minimum Git version.
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL.REPO2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eecdad64785..2ab82350da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12015-01-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * INSTALL.REPO: Mention minimum Git version.
4
12015-01-25 Paul Eggert <eggert@cs.ucla.edu> 52015-01-25 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Use gnustep-config if available 7 Use gnustep-config if available
diff --git a/INSTALL.REPO b/INSTALL.REPO
index df997fbd285..3431ee480bf 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -12,6 +12,8 @@ autoconf - at least the version specified near the start of
12 configure.ac (in the AC_PREREQ command). 12 configure.ac (in the AC_PREREQ command).
13automake - at least the version specified near the start of 13automake - at least the version specified near the start of
14 configure.ac (in the AM_INIT_AUTOMAKE command). 14 configure.ac (in the AM_INIT_AUTOMAKE command).
15git - at least Git 1.7.1. If your repository was created by an older
16 Git version, you may need to reclone it.
15makeinfo - not strictly necessary, but highly recommended, so that 17makeinfo - not strictly necessary, but highly recommended, so that
16 you can build the manuals. 18 you can build the manuals.
17 19