head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2001.01.14.20.48.49;	author gzheng;	state dead;
branches;
next	1.2;

1.2
date	2001.01.11.23.28.32;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.11.13.21.16;	author milind;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove get_libpthread, make it here file in configure.in.
add in Makefile the charmconfig:configure.in dependency.
add acconfig.h which autoheader will read and generate conv-autoconfig.h.in automaticlaly.
@
text
@#! /bin/sh
# output from this program is piped to telnet on port 80
echo "GET /distrib/libpthread.uu 1.0"
echo
# exit normally when the telnet session closes.
trap "exit 0" 13
while : ; do
 echo
 sleep 1
done
@


1.2
log
@changed SIGPIPE to the digital number in get_libpthread
add checking for uudecode program in charmconfig.
@
text
@@


1.1
log
@Added telnet method of getting libpthread.a from charm webserver.
@
text
@d6 1
a6 1
trap "exit 0" SIGPIPE
@

