diff options
| author | Eli Zaretskii | 2015-10-02 11:55:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-10-02 11:55:55 +0300 |
| commit | da4ce83c621f31c4b6690ab7fcb77c1104ed2295 (patch) | |
| tree | f79292adc28bb3d9c5a62a7faafe3f9465668291 | |
| parent | f03311e5b1717df9f3ad0ddab55e861b7babaa3c (diff) | |
| download | emacs-da4ce83c621f31c4b6690ab7fcb77c1104ed2295.tar.gz emacs-da4ce83c621f31c4b6690ab7fcb77c1104ed2295.zip | |
* nt/INSTALL: Update instructions for running autogen.sh
| -rw-r--r-- | nt/INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index c969da72afb..86c4ad3d1f7 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -381,8 +381,13 @@ build will run on Windows 9X and newer systems). | |||
| 381 | Checking for automake (need at least version 1.11)... | 381 | Checking for automake (need at least version 1.11)... |
| 382 | ok | 382 | ok |
| 383 | Your system has the required tools, running autoreconf... | 383 | Your system has the required tools, running autoreconf... |
| 384 | Installing git hooks... | ||
| 384 | You can now run `./configure'. | 385 | You can now run `./configure'. |
| 385 | 386 | ||
| 387 | If the script fails because it cannot find Git, you will need to | ||
| 388 | arrange for the MSYS Bash's PATH to include the Git's 'bin' | ||
| 389 | sibdirectory, where there's the git.exe executable. | ||
| 390 | |||
| 386 | * Configuring Emacs for MinGW: | 391 | * Configuring Emacs for MinGW: |
| 387 | 392 | ||
| 388 | Now it's time to run the configure script. You can do that either | 393 | Now it's time to run the configure script. You can do that either |