Mercurial > emacs
comparison configure.in @ 66609:9578bb750e29
* configure.in: Check for gzip.
* Makefile.in (install): Compress source files.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Tue, 01 Nov 2005 11:48:27 +0000 |
parents | 3fec2fc6ed38 |
children | b70f4b8058da |
comparison
equal
deleted
inserted
replaced
66608:7572dd565420 | 66609:9578bb750e29 |
---|---|
1270 AC_PROG_RANLIB | 1270 AC_PROG_RANLIB |
1271 fi | 1271 fi |
1272 AC_PATH_PROG(INSTALL_INFO, install-info) | 1272 AC_PATH_PROG(INSTALL_INFO, install-info) |
1273 AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin) | 1273 AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin) |
1274 AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin) | 1274 AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin) |
1275 AC_PATH_PROG(GZIP, gzip) | |
1275 | 1276 |
1276 dnl Add our options to ac_link now, after it is set up. | 1277 dnl Add our options to ac_link now, after it is set up. |
1277 | 1278 |
1278 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | 1279 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x |
1279 then | 1280 then |