head	1.3;
access;
symbols
	old_old_RELEASE_4_6_2:1.2
	old_old_RELEASE_4_6_1:1.2
	old_old_RELEASE_4_6_0:1.2
	old_old_RELEASE_5_0_DP1:1.2
	old_old_RELEASE_4_5_0:1.2
	old_old_RELEASE_4_4_0:1.2
	old_old_RELEASE_4_3_0:1.2
	old_old_RELEASE_4_2_0:1.2
	old_old_RELEASE_4_1_1:1.1
	old_old_RELEASE_4_1_0:1.1
	old_old_RELEASE_3_5_0:1.1
	old_old_RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.08.21.18.22.13;	author dinoex;	state dead;
branches;
next	1.2;

1.2
date	2000.10.02.21.53.12;	author jeh;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.13.01.06.16;	author reg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 3.0.361
new MAINTAINER, no respose from previous MAINTAINER for more than 3 months.
Submitted by:	kiwi@@oav.net
@
text
@--- Makefile.in.orig	Sun Jul 30 03:40:14 2000
+++ Makefile.in	Mon Sep 18 21:26:01 2000
@@@@ -240,7 +240,7 @@@@
 
 hilfe: $(TMP_BINDIR)/hilfe Makefile
 	@@echo "Creating ./hilfe..."; \
-	if [ "$(exec_prefix)" != "/usr/local/bin" -a \
+	if [ true -o \
 	      "$(exec_prefix)" != "/usr/local/bin/" ]; then \
 	  ( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
 	    >./hilfe && chmod 755 ./hilfe) || exit 1 ; \
@@@@ -271,7 +271,7 @@@@
 
 # install
 install: pike hilfe pike-module aclocal
-	@@$(RUNPIKE) $(TMP_BINDIR)/install.pike --new-style \
+	@@$(RUNPIKE) $(TMP_BINDIR)/install.pike --traditional \
 	exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \
 	TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \
 	SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \
@


1.2
log
@MAINTAINER submitted update.

PR: 21382
@
text
@@


1.1
log
@Oops, add this patch (fixes threading).
@
text
@d1 3
a3 11
--- configure.orig	Mon Nov  9 19:53:49 1998
+++ configure	Fri Feb 11 09:05:44 2000
@@@@ -5011,8 +5011,7 @@@@
         echo "$ac_t""no" 1>&6
       else
         echo "$ac_t""yes" 1>&6
-        CFLAGS="${CFLAGS} -pthread"
-        LD_FALLBACK_FLAGS="${LD_FALLBACK_FLAGS-} -lc_r"
+        LD_FALLBACK_FLAGS="${LD_FALLBACK_FLAGS-} -pthread"
       fi
     ;;
d5 16
@

