blob: d7e0356b8a72801d37cf395714008b98288be547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This patch teaches it a little bit about hier(7)
--- src/include/config.h.ORIG Thu May 4 01:19:57 2000
+++ src/include/config.h Thu May 4 01:22:03 2000
@@ -110,15 +110,15 @@
# define ELECTRICLOG ".electric.log"
# define ELECTRICLOGSAVE ".electriclast.log"
# define OPTIONSFILE ".electricoptions.elib"
-# define LIBDIR "lib/"
+# define LIBDIR "PREFIX/share/electric/lib/"
# define SORTLOC "/usr/bin/sort"
-# define ESIMLOC "/usr/local/bin/esim"
-# define RSIMLOC "/usr/local/bin/rsim"
-# define PRESIMLOC "/usr/local/bin/presim"
-# define RNLLOC "/usr/local/bin/rnl"
-# define SPICELOC "/usr/local/bin/spice"
-# define FLATDRCLOC "/usr/local/bin/ffindshort"
-# define SFLATDRCLOC "/usr/local/bin/findshort"
+# define ESIMLOC "PREFIX/bin/esim"
+# define RSIMLOC "PREFIX/bin/rsim"
+# define PRESIMLOC "PREFIX/bin/presim"
+# define RNLLOC "PREFIX/bin/rnl"
+# define SPICELOC "PREFIX/bin/spice"
+# define FLATDRCLOC "PREFIX/bin/ffindshort"
+# define SFLATDRCLOC "PREFIX/bin/findshort"
# define HUGEINT 0x7FFFFFFF /* largest possible integer */
typedef long INTBIG; /* at least 32 bits, can hold address */
typedef short INTSML; /* at least 16 bits */
|