head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	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.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.04.07.06.11.06;	author ache;	state dead;
branches;
next	1.4;

1.4
date	2006.05.30.03.25.14;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	99.11.21.02.59.57;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	99.02.21.20.30.19;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	98.11.22.17.33.25;	author ache;	state Exp;
branches;
next	;


desc
@@


1.5
log
@1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta.
2) Use autotools.
3) Add LICENSE.

Feature safe: yes
@
text
@--- configure.bak	Wed Oct 23 20:18:18 2002
+++ configure	Tue May 30 07:15:29 2006
@@@@ -1027,9 +1027,9 @@@@
     font2=''
     font3=''
     font4=''
-    font5='fixed'
+    font5=''
     tmpfile="/tmp/configure$$"
-    $XLSFONTS > $tmpfile
+    $XLSFONTS > $tmpfile 2> /dev/null
     exec < $tmpfile
     while read font
     do
@@@@ -1053,7 +1053,7 @@@@
       esac
     done
 
-    exec < /dev/tty
+#    exec < /dev/tty
     rm $tmpfile
   fi
 
@@@@ -1073,7 +1073,7 @@@@
   then
     webmagick_cv_defaultfont=$font5
   else
-    webmagick_cv_defaultfont='fixed'
+    webmagick_cv_defaultfont='courier'
   fi
 
   
@


1.4
log
@Update to latest version from project CVS
@
text
@@


1.3
log
@upgrade to 1.46
@
text
@d1 15
a15 3
--- configure.bak	Mon Oct 18 00:00:03 1999
+++ configure	Sun Nov 21 05:44:06 1999
@@@@ -1061,7 +1061,7 @@@@
d24 9
@


1.2
log
@upgrade to 1.45
@
text
@d1 5
a5 5
--- configure.orig	Sun Dec 20 00:46:10 1998
+++ configure	Sun Feb 21 22:26:48 1999
@@@@ -812,7 +812,7 @@@@
     esac
   done
d7 4
a10 3
-  exec < /dev/tty
+  #exec < /dev/tty
   rm $tmpfile
a11 1
   if test -n "$font1"
@


1.1
log
@don't open /dev/tty
@
text
@d1 3
a3 3
--- configure.bak	Thu Jul  3 19:25:52 1997
+++ configure	Sun Nov 22 20:25:40 1998
@@@@ -794,7 +794,7 @@@@
d5 1
a5 1
 done
d7 3
a9 3
-exec < /dev/tty
+#exec < /dev/tty
 rm $tmpfile
d11 1
a11 1
 if test -n "$font1"
@

