diff --git a/COPYRIGHT b/COPYRIGHT index b98e19db..085456d6 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 diff --git a/README b/README index 14bee8fb..71f1d7d3 100644 --- a/README +++ b/README @@ -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 $ \ No newline at end of file +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 $ \ No newline at end of file diff --git a/configure b/configure index 7feac9c3..f153e193 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 09db071e..46ceab58 100644 --- a/configure.in +++ b/configure.in @@ -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