- Autodetect perl, patch from David Rankin

<drankin@bohemians.lexington.ky.us>
This commit is contained in:
Damien Miller 1999-12-29 10:03:37 +11:00
parent 9550a76c37
commit e79334a2b0
3 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,8 @@
- Applied another NetBSD portability patch from David Rankin
<drankin@bohemians.lexington.ky.us>
- Fix --with-default-path option.
- Autodetect perl, patch from David Rankin
<drankin@bohemians.lexington.ky.us>
19991228
- Replacement for getpagesize() for systems which lack it

View File

@ -25,6 +25,7 @@ LIBWRAP=@LIBWRAP@
AR=@AR@
RANLIB=@RANLIB@
INSTALL=@INSTALL@
PERL=@PERL@
LDFLAGS=-L. @LDFLAGS@
GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui`
@ -89,7 +90,7 @@ clean:
*.1 *.8 sshd_config ssh_config
manpages:
$(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \
$(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \
$(srcdir)/ssh_config.in $(srcdir)/sshd_config.in
install: all

View File

@ -9,6 +9,8 @@ AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_CHECK_PROG(AR, ar, ar)
AC_PATH_PROG(PERL, perl)
AC_SUBST(PERL)
AC_PATH_PROG(xauth_path, xauth)
dnl Use ip address instead of hostname in $DISPLAY