6a6d83f4d1
Regina is a Rexx interpreter that has been ported to most Unix platforms and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a programming language that was designed to be easy to use for inexperienced programmers yet powerful enough for experienced users. It is also a language ideally suited as a macro language for other applications.
13 lines
287 B
Text
13 lines
287 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/09/02 17:22:26 agc Exp $
|
|
|
|
--- configure 2002/09/02 17:06:11 1.1
|
|
+++ configure 2002/09/02 17:07:26
|
|
@@ -3598,7 +3598,7 @@
|
|
EOF
|
|
|
|
|
|
-STARTUPDIR="/etc"
|
|
+STARTUPDIR="${exec_prefix}/etc"
|
|
if test -d /etc/rc.d/init.d; then
|
|
STARTUPDIR="/etc/rc.d/init.d"
|
|
else
|