1999-11-26 20:20:53 +00:00
|
|
|
--- CONFIG.orig Mon Jul 6 16:09:40 1998
|
2000-03-11 14:26:18 +00:00
|
|
|
+++ CONFIG Sun Mar 5 19:42:04 2000
|
1999-11-26 20:20:53 +00:00
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
VERSION = "1.3b"
|
|
|
|
|
|
|
|
# Main configuration file.
|
|
|
|
-CONFIG = "/etc/gtic/config"
|
|
|
|
+CONFIG = "${PREFIX}/etc/gtic/config"
|
|
|
|
|
|
|
|
# Path to other configuration files (also see default config file).
|
|
|
|
CONFIGDIR = "/etc/gtic"
|
2000-03-11 14:26:18 +00:00
|
|
|
@@ -15,13 +15,13 @@
|
1999-11-26 20:20:53 +00:00
|
|
|
GROUP = gtic
|
|
|
|
|
|
|
|
# Name of C compiler.
|
|
|
|
-CC = gcc
|
|
|
|
+#CC = gcc
|
|
|
|
|
|
|
|
# Compiler flags.
|
|
|
|
-CFLAGS=-Wall -g
|
|
|
|
+#CFLAGS=-Wall -g
|
|
|
|
|
|
|
|
# Defines for gtic's sources use.
|
2000-03-11 14:26:18 +00:00
|
|
|
-DEFINES = ${OPTS} -DCONFIG=\"${CONFIG}\" -DVERSION=\"${VERSION}\"
|
|
|
|
+DEFINES += ${OPTS} -DCONFIG=\"${CONFIG}\" -DVERSION=\"${VERSION}\"
|
|
|
|
|
|
|
|
# Compile-time options.
|
|
|
|
|