Cdiff fix-slrn-makefile
*** /export/home/steve/work/usr/webrev/src/cmd/slrn/fix-slrn-makefile- Tue Jan 13 05:44:01 2009
--- fix-slrn-makefile Mon Jan 12 05:14:56 2009
*** 1,5 ****
--- 1,6 ----
+ #!/bin/sh
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
*** 19,41 ****
# CDDL HEADER END
#
#
- #!/bin/sh
#
! # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
# fix slrn's makefile, slrnfeat.h and INSTALL document to make some sense
# after running configure. In particular we discard slrn's default location
# for the site-wide config file (/usr/local/lib/slrn) and place it in
# /opt/sfw/etc
#
- #pragma ident "@(#)fix-slrn-makefile 1.1 00/03/23 SMI"
! VER=slrn-0.9.8.1pl1
PROTO=${ROOT}/opt/sfw
sed "s,^MISCLIBS.*,MISCLIBS = -lnsl -lsocket,;
s,^SLANGINC.*,SLANGINC = ${PROTO}/include,;
s,^SLANGLIB.*,SLANGLIB = ${PROTO}/lib -L/opt/sfw/lib -R/opt/sfw/lib,;" \
--- 20,40 ----
# CDDL HEADER END
#
#
#
! # Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
# fix slrn's makefile, slrnfeat.h and INSTALL document to make some sense
# after running configure. In particular we discard slrn's default location
# for the site-wide config file (/usr/local/lib/slrn) and place it in
# /opt/sfw/etc
#
! VER=slrn-0.9.9p1
PROTO=${ROOT}/opt/sfw
sed "s,^MISCLIBS.*,MISCLIBS = -lnsl -lsocket,;
s,^SLANGINC.*,SLANGINC = ${PROTO}/include,;
s,^SLANGLIB.*,SLANGLIB = ${PROTO}/lib -L/opt/sfw/lib -R/opt/sfw/lib,;" \