bfa6611580
PCB is an interactive printed circuit board editor. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. based on a submission from andreas.bihlmaier at gmx.de
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
|
|
--- configure.orig Wed Aug 23 03:47:59 2006
|
|
+++ configure Thu Jan 4 11:14:57 2007
|
|
@@ -4436,7 +4436,7 @@ echo "$as_me: error: Did not find a m4 e
|
|
{ (exit 1); exit 1; }; }
|
|
fi
|
|
|
|
-for ac_prog in wish wish83 wish8.3 wish80 wish8.0 cygwish83 cygwish80
|
|
+for ac_prog in wish wish84 wish8.4 wish80 wish8.0 cygwish83 cygwish80
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|