head	1.5;
access;
symbols
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2;
locks; strict;
comment	@# @;


1.5
date	2003.11.08.06.07.39;	author kris;	state dead;
branches;
next	1.4;

1.4
date	2000.11.13.14.10.08;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	98.12.12.01.48.39;	author jseger;	state Exp;
branches;
next	1.2;

1.2
date	96.10.11.20.36.04;	author erich;	state Exp;
branches;
next	1.1;

1.1
date	95.05.13.09.14.05;	author asami;	state Exp;
branches;
next	;


desc
@@


1.5
log
@As announced on Aug 7, remove the forbidden moxftp port.
@
text
@--- configure.orig	Tue Mar 22 06:43:36 1994
+++ configure	Sat Nov 11 03:58:32 2000
@@@@ -165,7 +165,7 @@@@
     ANAME=Mftp
     TYPE="-DMOTIF"
     TLNAME=Xmp
-    TKLIB="-lXm"
+    TKLIB="\${MOTIFLIB}"
 fi
 
 if test "${TK}" = "xaw3d"; then
@@@@ -321,7 +321,7 @@@@
   cd conftestdir
   cat > Imakefile <<EOF
 acfindx:
-	@@echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
+	@@echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
 EOF
   if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
     eval `make acfindx`
@@@@ -830,7 +830,7 @@@@
 # Do we have the Xmu library.
 #
 if test -f "${x_libraries}/libXmu.a"; then
-    LIBSX="$LIBSX -lXmu"
+    LIBSX="$LIBSX -lXmu -lSM -lICE"
 else
     if test "x${HP_X11}" != "x" &&
        test -f "${x_libraries}/${HP_X11}/libXmu.a" ; then
@@@@ -1078,7 +1078,7 @@@@
     DEFS="$DEFS -Wf,-XNl4096"
 fi
 
-OPT=" -O "
+OPT=" ${CFLAGS} "
 #
 # Are we a HP macine
 #
@


1.4
log
@- Fix MASTER_SITES
- Support CFLAGS propely

PR: 22813
Submitted by: Ports Fury
@
text
@@


1.3
log
@Unbreak for ELF.
@
text
@d1 2
a2 2
--- configure.orig	Mon Mar 21 16:43:36 1994
+++ configure	Fri Dec 11 20:36:18 1998
d30 9
@


1.2
log
@use Motif widgets if HAVE_MOTIF=yes.
@
text
@d1 2
a2 2
--- configure.orig	Mon Mar 21 15:43:36 1994
+++ configure	Fri Oct 11 13:14:59 1996
d21 9
@


1.1
log
@Make this thing compile and install.
@
text
@d1 11
a11 2
--- ./configure.org	Mon Mar 21 13:43:36 1994
+++ ./configure	Sat May 13 01:20:26 1995
@
