e0efcff3e9
2004/10/07 21:57:35 vq 1.1.118.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. Note: The _head file was renamed to COPYING, COPYING is not a new file, but was empty befor.
14 lines
227 B
Text
Executable file
14 lines
227 B
Text
Executable file
## -*- autoconf -*-
|
|
|
|
dnl set the dmake root
|
|
AC_DEFUN([AC_SET_DMAKEROOT],
|
|
[
|
|
if test "${prefix}" != NONE; then
|
|
DMAKEROOT=${prefix}/share/startup/startup.mk
|
|
export DMAKEROOT
|
|
else
|
|
DMAKEROOT=startup.mk
|
|
export DMAKEROOT
|
|
fi
|
|
])
|
|
|