office-gobmx/dmake/acinclude.m4
Rüdiger Timm e0efcff3e9 INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED
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.
2004-10-22 07:03:07 +00:00

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
])