mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
*** configure.orig Sun Apr 6 03:56:58 1997
|
|
--- configure Wed Apr 16 22:52:47 1997
|
|
***************
|
|
*** 1634,1645 ****
|
|
|
|
export CFLAGS CC
|
|
|
|
- # Socket pairs appear to be broken on several systems. I don't know exactly
|
|
- # where, so I'll use pipes everywhere for now.
|
|
- cat >> confdefs.h <<\EOF
|
|
- #define USE_PIPES 1
|
|
- EOF
|
|
-
|
|
|
|
echo $ac_n "checking that the compiler works""... $ac_c" 1>&6
|
|
echo "configure:1646: checking that the compiler works" >&5
|
|
--- 1634,1639 ----
|
|
***************
|
|
*** 2632,2638 ****
|
|
|
|
fi
|
|
|
|
! for ac_hdr in unistd.h rusage.h sys/time.h lastlog.h utmp.h shadow.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
--- 2626,2632 ----
|
|
|
|
fi
|
|
|
|
! for ac_hdr in unistd.h rusage.h sys/time.h lastlog.h login_cap.h utmp.h shadow.h
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
|
***************
|
|
*** 6749,6755 ****
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
! CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.4/Makefile"}
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
|
--- 6743,6749 ----
|
|
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
! CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 make-ssh-known-hosts.pl"}
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
|
***************
|
|
*** 6953,6958 ****
|
|
--- 6947,6954 ----
|
|
done
|
|
|
|
for ac_config_dir in gmp-2.0.2-ssh-2; do
|
|
+
|
|
+ continue # XXX don't configure gmp
|
|
|
|
# Do not complain, so a configure script can configure whichever
|
|
# parts of a large source tree are present.
|