diff options
| author | Glenn Morris | 2014-05-16 21:40:49 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-05-16 21:40:49 -0400 |
| commit | f81605024fa7b10783440985e3d458cdbda5a270 (patch) | |
| tree | 67eba1409bef2be09bc983773d6e6c8d4366b0a1 | |
| parent | d137278ad478594894531657387a16fbd6947a86 (diff) | |
| download | emacs-f81605024fa7b10783440985e3d458cdbda5a270.tar.gz emacs-f81605024fa7b10783440985e3d458cdbda5a270.zip | |
* configure.ac: Add comments accidentally omitted from previous change
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0fafa463857..f1ed74e2374 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -965,6 +965,10 @@ if test "$opsys" = "mingw32"; then | |||
| 965 | LN_S="/bin/ln" | 965 | LN_S="/bin/ln" |
| 966 | fi | 966 | fi |
| 967 | 967 | ||
| 968 | dnl On some Debian versions, "install-info" prints irritating messages | ||
| 969 | dnl "This is not dpkg install-info anymore, but GNU install-info" | ||
| 970 | dnl if called via an absolute file name. | ||
| 971 | dnl Use the entirely-identical-but-quieter ginstall-info instead if present. | ||
| 968 | AC_PATH_PROGS(INSTALL_INFO, [ginstall-info install-info], :, | 972 | AC_PATH_PROGS(INSTALL_INFO, [ginstall-info install-info], :, |
| 969 | $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin) | 973 | $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin) |
| 970 | dnl Don't use GZIP, which is used by gzip for additional parameters. | 974 | dnl Don't use GZIP, which is used by gzip for additional parameters. |