diff options
author | Romain Francoise <romain@orebokech.com> | 2005-11-01 11:48:27 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-11-01 11:48:27 +0000 |
commit | e8439d3466c7956d57b9a879d020ac616e1bb379 (patch) | |
tree | 2e2c4f92e696711b93ca54a73970c6e743124547 /configure.in | |
parent | 7bba5cae0193b86faecbd6dd7b343bedfde2a4eb (diff) | |
download | emacs-e8439d3466c7956d57b9a879d020ac616e1bb379.tar.gz |
* configure.in: Check for gzip.
* Makefile.in (install): Compress source files.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 628bfcad4d1..077df91d3d0 100644 --- a/configure.in +++ b/configure.in @@ -1272,6 +1272,7 @@ fi AC_PATH_PROG(INSTALL_INFO, install-info) AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin) AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin) +AC_PATH_PROG(GZIP, gzip) dnl Add our options to ac_link now, after it is set up. |