mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
* configure.in: Only check for paxctl on gnu-linux.
http://debbugs.gnu.org/11398#26 NetBSD has a "paxctl" that does not support the same options as the GNU/Linux version...
This commit is contained in:
parent
0490178694
commit
0b6b25d572
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2012-06-27 Glenn Morris <rgm@gnu.org>
|
2012-06-27 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
|
||||||
|
|
||||||
* INSTALL: Remove references to paths.el.
|
* INSTALL: Remove references to paths.el.
|
||||||
|
|
||||||
2012-06-26 Eli Zaretskii <eliz@gnu.org>
|
2012-06-26 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
|
@ -699,9 +699,11 @@ AC_PATH_PROG(INSTALL_INFO, install-info, :,
|
||||||
$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)
|
$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)
|
||||||
dnl Don't use GZIP, which is used by gzip for additional parameters.
|
dnl Don't use GZIP, which is used by gzip for additional parameters.
|
||||||
AC_PATH_PROG(GZIP_PROG, gzip)
|
AC_PATH_PROG(GZIP_PROG, gzip)
|
||||||
AC_PATH_PROG(PAXCTL, paxctl,,
|
|
||||||
[$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin])
|
|
||||||
|
|
||||||
|
if test $opsys = gnu-linux; then
|
||||||
|
AC_PATH_PROG(PAXCTL, paxctl,,
|
||||||
|
[$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin])
|
||||||
|
fi
|
||||||
|
|
||||||
## Need makeinfo >= 4.7 (?) to build the manuals.
|
## Need makeinfo >= 4.7 (?) to build the manuals.
|
||||||
AC_PATH_PROG(MAKEINFO, makeinfo, no)
|
AC_PATH_PROG(MAKEINFO, makeinfo, no)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue