Path: blob/main/comms/bpl+/files/patch-config.sh
16461 views
--- config.sh.orig Thu Feb 9 09:25:34 19951+++ config.sh Sat Jun 14 07:50:30 20032@@ -8,27 +8,6 @@3exit4fi56-# check compiler7-CC=cc8-#type9-#if [ $? = 1 ]; then10- # Ultrix11- for file in `echo $PATH|sed 's/:/ /g'`12- do13- if [ -f $file/gcc ]; then14- CC=gcc15- OPTS=-g16- break17- fi18- done19-#else20-# set `type gcc`21-# if [ $1 = gcc ]; then22-# CC=$323-# OPTS=-g24-# fi25-#fi26-27if [ -f /usr/include/utime.h ]; then28FUTIME="-DHAME_UTIME_H"29fi30@@ -50,4 +29,4 @@31MKTIME="mktime.o"32fi33fi34-echo CC=${CC} MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template35+echo MKTIME=${MKTIME} FLAG1=${FMKTIME} FLAG2=${FUTIME} OPTS="${OPTS}" >$template363738