diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:03:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:03:07 +0000 |
commit | e0efcff3e94bb6b961d29534b995a6bad589c4a9 (patch) | |
tree | 52add4d5eeea6378f2cc1964a05f7b4cbb49b4f1 /dmake/acinclude.m4 | |
parent | 6ee41cf5e2234f19af97a4e2e7a3e984d9886cd8 (diff) |
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.
Diffstat (limited to 'dmake/acinclude.m4')
-rwxr-xr-x | dmake/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/acinclude.m4 b/dmake/acinclude.m4 index fd362816728f..c19b778045c8 100755 --- a/dmake/acinclude.m4 +++ b/dmake/acinclude.m4 @@ -1,7 +1,7 @@ ## -*- autoconf -*- dnl set the dmake root -AC_DEFUN(AC_SET_DMAKEROOT, +AC_DEFUN([AC_SET_DMAKEROOT], [ if test "${prefix}" != NONE; then DMAKEROOT=${prefix}/share/startup/startup.mk |