mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
-- Made a one-step "make install"
-- Clarified copyright.
This commit is contained in:
@@ -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
|
THE REMIND COPYRIGHT
|
||||||
|
|
||||||
1. REMIND refers to the entire set of files and documentation in the
|
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
|
3. DISTRIBUTION AND USE
|
||||||
|
|
||||||
a) REMIND may not be used under Microsoft Windows (3.0, 3.1, 95
|
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.
|
a violation of copyright.
|
||||||
|
|
||||||
b) REMIND may not be used by Cadabra Design Libraries Inc. or its
|
b) REMIND may not be used by Cadabra Design Libraries Inc. or its
|
||||||
|
|||||||
6
README
6
README
@@ -8,4 +8,8 @@ the appropriate README file for installation on your system.
|
|||||||
|
|
||||||
Manual pages are in "man".
|
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
12
configure
vendored
@@ -1804,15 +1804,3 @@ chmod +x $CONFIG_STATUS
|
|||||||
rm -fr confdefs* $ac_clean_files
|
rm -fr confdefs* $ac_clean_files
|
||||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
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
|
|
||||||
|
|||||||
14
configure.in
14
configure.in
@@ -1,5 +1,5 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
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)
|
AC_INIT(src/amiga.c)
|
||||||
|
|
||||||
@@ -45,15 +45,3 @@ AC_FUNC_VPRINTF
|
|||||||
AC_CHECK_FUNCS(mktime putenv strstr timegm)
|
AC_CHECK_FUNCS(mktime putenv strstr timegm)
|
||||||
|
|
||||||
AC_OUTPUT(src/Makefile)
|
AC_OUTPUT(src/Makefile)
|
||||||
|
|
||||||
cat << 'EOF'
|
|
||||||
|
|
||||||
*******************************************************************
|
|
||||||
* *
|
|
||||||
* If all went well, you should be able to build Remind by typing: *
|
|
||||||
* *
|
|
||||||
* cd src; make *
|
|
||||||
* *
|
|
||||||
*******************************************************************
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|||||||
Reference in New Issue
Block a user