summaryrefslogtreecommitdiff
path: root/dmake/aclocal.m4
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-04-23 10:01:37 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-04-23 10:01:37 +0000
commit7a8a290d428f9179da6d3393c756a35ebfd16cef (patch)
treefb9e05ebc32e4377b5039d589f90637cb8f8c89a /dmake/aclocal.m4
parent572364552bdf18f0e51184eea48c8d2da957c876 (diff)
add: acloacl.m4
Diffstat (limited to 'dmake/aclocal.m4')
-rwxr-xr-xdmake/aclocal.m426
1 files changed, 26 insertions, 0 deletions
diff --git a/dmake/aclocal.m4 b/dmake/aclocal.m4
new file mode 100755
index 000000000000..bbfedc399622
--- /dev/null
+++ b/dmake/aclocal.m4
@@ -0,0 +1,26 @@
+dnl aclocal.m4 generated automatically by aclocal 1.4
+
+dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+dnl PARTICULAR PURPOSE.
+
+
+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
+])
+
+