forked from Lainports/freebsd-ports
48 lines
1.4 KiB
Text
48 lines
1.4 KiB
Text
*** configure.orig Wed Oct 30 04:27:56 1996
|
|
--- configure Fri Nov 15 07:18:17 1996
|
|
***************
|
|
*** 1331,1342 ****
|
|
|
|
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
|
|
if test "$cross_compiling" = yes; then
|
|
--- 1331,1336 ----
|
|
***************
|
|
*** 5140,5146 ****
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<EOF
|
|
|
|
! CONFIG_FILES=\${CONFIG_FILES-"Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.3/Makefile"}
|
|
EOF
|
|
cat >> $CONFIG_STATUS <<\EOF
|
|
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
|
--- 5134,5140 ----
|
|
EOF
|
|
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
|
|
***************
|
|
*** 5332,5338 ****
|
|
--- 5326,5336 ----
|
|
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.
|
|
# Do not complain, so a configure script can configure whichever
|
|
# parts of a large source tree are present.
|
|
if test ! -d $srcdir/$ac_config_dir; then
|