Skip to content

Commit

Permalink
INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rt committed Oct 22, 2004
1 parent de51914 commit 2c4d10a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
37 changes: 37 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
--
-- SYNOPSIS
--
--
-- DESCRIPTION
--
--
-- AUTHOR
-- Dennis Vadura, [email protected]
-- Web Tools International, Long Beach, CA, USA
-- http://dmake.wticorp.com/
--
-- WWW
-- Public: http://dmake.wticorp.com/
-- Private: http://software.wticorp.com/dmake/
--
-- COPYRIGHT
-- Copyright (c) 1992,1994 by Dennis Vadura. All rights reserved.
-- Copyright (c) 1996 by WTI Corp. All rights reserved.
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License
-- (version 1), as published by the Free Software Foundation, and
-- found in the file 'license.txt' included with this distribution.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warrant of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program in readme/license.txt; if not, write to
-- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-- Boston, MA 02111-1307, USA.
--
-- LOG
-- Use cvs log to obtain detailed change logs.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use cvs log to obtain detailed change logs.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c4d10a

Please sign in to comment.