aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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