11b1f7d292
most of major bugs cleaned, some of the smaller ones. openbsd profile sent to the patches mailist.
30 lines
842 B
Plaintext
30 lines
842 B
Plaintext
--- configure.orig Wed Nov 19 17:53:21 1997
|
|
+++ configure Wed Nov 19 17:53:08 1997
|
|
@@ -576,7 +576,7 @@
|
|
sunos*) PORTNAME='sunos4' ;;
|
|
linux*) PORTNAME='linux' ;;
|
|
bsdi*) PORTNAME='bsdi' ;;
|
|
- freebsd*|netbsd*) PORTNAME='BSD44_derived';;
|
|
+ freebsd*|netbsd*|openbsd*) PORTNAME='BSD44_derived';;
|
|
dgux*) PORTNAME='dgux';;
|
|
aix*) PORTNAME='aix';;
|
|
nextstep*) PORTNAME='nextstep';;
|
|
@@ -691,7 +691,7 @@
|
|
echo "enter 'none' or new directories to override default"
|
|
echo ""
|
|
$ECHO_N "Additional directories to search for include files { $SRCH_INC }: $ECHO_C"
|
|
-read a
|
|
+a=$SRCH_INC
|
|
if test "$a." = "none."
|
|
then
|
|
SRCH_INC=
|
|
@@ -708,7 +708,7 @@
|
|
echo "- setting CPPFLAGS=$CPPFLAGS"
|
|
|
|
$ECHO_N "Additional directories to search for library files { $SRCH_LIB }: $ECHO_C"
|
|
-read a
|
|
+a=$SRCH_LIB
|
|
if test "$a." = "none."
|
|
then
|
|
SRCH_LIB=
|