diff options
Diffstat (limited to 'mail/elm+ME/scripts/pre-configure')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 11c7cdf..9d75e3f 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.14 1996/10/25 00:31:11 ache Exp $ +# $Id: pre-configure,v 1.15 1996/12/22 06:53:00 obrien Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -14,7 +14,7 @@ PortsDir=$PORTSDIR Log='$Log' Header='$Header' -bin="$PREFIX/bin" +bin="${PREFIX}/bin" contains='grep' cppstdin='/usr/bin/cpp' cppminus='' @@ -25,17 +25,16 @@ d_rename='define' d_symlink='define' d_whoami='undef' d_poll='undef' +d_inttypes='undef' +d_nointtypes='undef' n='-n' c='' orderlib='false' ranlib='/usr/bin/ranlib' package='elm2' pager='builtin++' -prefshell='/bin/csh' startsh='#!/bin/sh' -d_eunice='undef' define='define' -eunicefix=':' loclist=' cat chgrp @@ -105,7 +104,7 @@ vi ' test='/bin/test' inews='' -ispell="$PREFIX/bin/ispell" +ispell="${PREFIX}/bin/ispell" egrep='' more='/usr/bin/more' pg='pg' @@ -149,7 +148,7 @@ compress='/usr/bin/compress' execmail='' libswanted='intl nls' noaddlib='yes' -c_date='Thu Oct 3 22:44:56 MSD 1996' +c_date='Mon Dec 23 07:44:59 MSK 1996' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -178,7 +177,7 @@ termlib='-ltermlib' d_index='undef' d_internet='define' d_ispell='define' -ispell_path="$PREFIX/bin/ispell" +ispell_path="${PREFIX}/bin/ispell" ispell_options='' d_locale='define' d_nl_types='define' @@ -213,6 +212,7 @@ d_sigset='undef' d_sighold='undef' d_sigprocmask='define' d_sigblock='undef' +d_waitpid='define' d_sigaction='define' d_strcspn='define' d_strspn='define' @@ -250,14 +250,14 @@ d_systimekernel='undef' i_unistd='define' i_utime='define' i_sysutime='undef' -lib="$PREFIX/lib" +lib="${PREFIX}/lib" libc='/usr/lib/libc.so.3.0' linepr='/usr/bin/lp' maildir='/var/mail' mailer='/usr/sbin/sendmail' mailgrp='bin' -mansrc="$PREFIX/man/man1" -catmansrc="$PREFIX/man/cat1" +mansrc="${PREFIX}/man/man1" +catmansrc="${PREFIX}/man/cat1" manext='.1' manext_choice='.1' catmanext='.1' @@ -273,7 +273,7 @@ small='' medium='' large='' huge='' -optimize='-O2 -pipe' +optimize="$CFLAGS" ccflags='' cppflags='' ldflags='-s' @@ -299,19 +299,14 @@ xenlf='' d_xenix='undef' d_bsd='define' d_pgp='define' -pgp="$PREFIX/bin/pgp" -pgp_path="$PREFIX/bin/pgp" +pgp="${PREFIX}/bin/pgp" +pgp_path="${PREFIX}/bin/pgp" d_remailer='define' finger='/usr/bin/finger' finger_path='/usr/bin/finger' CONFIG=true EOF -cd ${WrkSrc} -# old way: -# yes "" | ./Configure -d -./Configure -S - exit 0 # END |