-- Made a one-step "make install"

-- Clarified copyright.
This commit is contained in:
dfs
1998-01-17 04:50:16 +00:00
parent 931e7a7b26
commit 02a7023040
4 changed files with 9 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
$Id: COPYRIGHT,v 1.5 1997-01-16 04:14:18 dfs Exp $
$Id: COPYRIGHT,v 1.6 1998-01-17 04:50:16 dfs Exp $
THE REMIND COPYRIGHT
1. REMIND refers to the entire set of files and documentation in the
@@ -10,7 +10,8 @@ except where noted in individual files.
3. DISTRIBUTION AND USE
a) REMIND may not be used under Microsoft Windows (3.0, 3.1, 95
or NT) or any future version of Windows. Such use constitutes
or NT) or any future version of Windows. REMIND may not be
used in POSIX-like systems built on Windows NT. Such use constitutes
a violation of copyright.
b) REMIND may not be used by Cadabra Design Libraries Inc. or its

6
README
View File

@@ -8,4 +8,8 @@ the appropriate README file for installation on your system.
Manual pages are in "man".
$Id: README,v 1.1 1998-01-15 02:49:27 dfs Exp $
One-step quick instructions for building and installing on a UNIX system:
1) make install (possibly as root)
$Id: README,v 1.2 1998-01-17 04:50:16 dfs Exp $

12
configure vendored
View File

@@ -1804,15 +1804,3 @@ chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
cat << 'EOF'
*******************************************************************
* *
* If all went well, you should be able to build Remind by typing: *
* *
* cd src; make *
* *
*******************************************************************
EOF

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.3 1998-01-17 03:58:12 dfs Exp $
dnl $Id: configure.in,v 1.4 1998-01-17 04:50:17 dfs Exp $
AC_INIT(src/amiga.c)
@@ -45,15 +45,3 @@ AC_FUNC_VPRINTF
AC_CHECK_FUNCS(mktime putenv strstr timegm)
AC_OUTPUT(src/Makefile)
cat << 'EOF'
*******************************************************************
* *
* If all went well, you should be able to build Remind by typing: *
* *
* cd src; make *
* *
*******************************************************************
EOF