diff options
| author | Christoph Scholtes | 2014-08-24 20:29:58 -0600 |
|---|---|---|
| committer | Christoph Scholtes | 2014-08-24 20:29:58 -0600 |
| commit | d2a633e4e91e803c47de7366921879b08609d029 (patch) | |
| tree | 24d03783a24c6b1bf1c17c08d94c5925a060ef9c | |
| parent | 4031fb7bac75dabf6c801721ef044a1d71fe6596 (diff) | |
| download | emacs-d2a633e4e91e803c47de7366921879b08609d029.tar.gz emacs-d2a633e4e91e803c47de7366921879b08609d029.zip | |
Remove reference to obsolete configure scripts
* INSTALL.REPO: Remove reference to obsolete configure scripts
on non-Posix platforms.
Fixes: debbugs:18323
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | INSTALL.REPO | 5 |
2 files changed, 5 insertions, 5 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-08-25 Christoph Scholtes <cschol2112@gmail.com> | ||
| 2 | |||
| 3 | * INSTALL.REPO: Remove reference to obsolete configure scripts | ||
| 4 | on non-Posix platforms (Bug#18323). | ||
| 5 | |||
| 1 | 2014-08-24 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-08-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * configure.ac: Check also for the uselocale function. (Bug#18051) | 8 | * configure.ac: Check also for the uselocale function. (Bug#18051) |
diff --git a/INSTALL.REPO b/INSTALL.REPO index 36ab928673d..83b6f2f4133 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO | |||
| @@ -52,11 +52,6 @@ If either of the above partial procedures fails, try 'make bootstrap'. | |||
| 52 | If CPU time is not an issue, 'make bootstrap' is the most thorough way | 52 | If CPU time is not an issue, 'make bootstrap' is the most thorough way |
| 53 | to rebuild, and avoid any spurious problems. | 53 | to rebuild, and avoid any spurious problems. |
| 54 | 54 | ||
| 55 | Users of non-Posix systems (MS-Windows, etc.) should run the | ||
| 56 | platform-specific configuration scripts ('nt/configure.bat', | ||
| 57 | 'config.bat', etc.) before 'make'; the rest of the procedure is | ||
| 58 | applicable to those systems as well. | ||
| 59 | |||
| 60 | Because the repository version of Emacs is a work in progress, it will | 55 | Because the repository version of Emacs is a work in progress, it will |
| 61 | sometimes fail to build. Please wait a day or so (and check the | 56 | sometimes fail to build. Please wait a day or so (and check the |
| 62 | archives of the emacs-buildstatus, emacs-devel, and bug-gnu-emacs | 57 | archives of the emacs-buildstatus, emacs-devel, and bug-gnu-emacs |