office-gobmx/dmake/acinclude.m4
2001-04-20 13:15:45 +00:00

14 lines
225 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
])