summaryrefslogtreecommitdiff
path: root/dmake/acinclude.m4
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 10:57:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 10:57:00 +0000
commit891bec98340c3362f142e0eed07d99d96c6b81c1 (patch)
tree771e9d6367c703df7b4610c8e1bde79c9d5a1f17 /dmake/acinclude.m4
parentd750116645ee809f990e5944c897d72081411f15 (diff)
INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2005/04/22 01:04:34 vq 1.2.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.
Diffstat (limited to 'dmake/acinclude.m4')
-rwxr-xr-xdmake/acinclude.m413
1 files changed, 1 insertions, 12 deletions
diff --git a/dmake/acinclude.m4 b/dmake/acinclude.m4
index c19b778045c8..6b7e9291c5f9 100755
--- a/dmake/acinclude.m4
+++ b/dmake/acinclude.m4
@@ -1,14 +1,3 @@
## -*- 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
-])
-
+dnl Currently no local macros are needed.