diff options
| author | Paul Eggert | 2015-01-26 11:21:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-26 11:21:45 -0800 |
| commit | 81f7fcb4b8a4f370162def4fd42fd62674db96a5 (patch) | |
| tree | 2d1d4abf852e461b8ed9ea2b404827ef2742a475 | |
| parent | e912f35dc5e882ddc5124e3552ee68088204fb47 (diff) | |
| download | emacs-81f7fcb4b8a4f370162def4fd42fd62674db96a5.tar.gz emacs-81f7fcb4b8a4f370162def4fd42fd62674db96a5.zip | |
* INSTALL.REPO: Mention minimum Git version.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | INSTALL.REPO | 2 |
2 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-01-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * INSTALL.REPO: Mention minimum Git version. | ||
| 4 | |||
| 1 | 2015-01-25 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-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). |
| 13 | automake - at least the version specified near the start of | 13 | automake - 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). |
| 15 | git - at least Git 1.7.1. If your repository was created by an older | ||
| 16 | Git version, you may need to reclone it. | ||
| 15 | makeinfo - not strictly necessary, but highly recommended, so that | 17 | makeinfo - not strictly necessary, but highly recommended, so that |
| 16 | you can build the manuals. | 18 | you can build the manuals. |
| 17 | 19 | ||