Skip to content

Commit

Permalink
INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hr committed Apr 20, 2006
1 parent bc5a7ab commit 2bed172
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions acinclude.m4
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2bed172

Please sign in to comment.