Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
6fa0f4d6
Commit
6fa0f4d6
authored
Jan 08, 1995
by
Per Cederqvist
Browse files
Releaes 1.7.1.
parent
5835d43b
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6fa0f4d6
Sun Jan 8 12:13:14 1995 Per Cederqvist (ceder@lysator.liu.se)
* Release 1.7.1.
* scripts/update-copyright: Preserve the executable bit.
* configure.in: Added AC_PREFIX_DEFAULT(/usr/lyskom).
* INSTALL: Updated the list of tested systems.
Sat Jan 7 20:13:44 1995 Per Cederqvist (ceder@lysator.liu.se)
* Pre-release 1.7.0.pre.2.
...
...
NEWS
View file @
6fa0f4d6
Changes in lyskomd 1.7.1 (Release date 1995-01-08)
--------------------------------------------------
* doc/prot-A.txt is improved.
* Minor portability changes to make lyskomd compile under Solaris 2.4,
Ultrix 4.4 and Dynix 3.0.14.
* "./configure;make;make distclean" used to add a few files in the
build directories.
* Fixed bugs that caused "./configure;make;make distclean" to fail to
remove all created files.
* The default installation prefix is now, once again, /usr/lyskom.
By accident it was changed to /usr/local in 1.7.0.
Changes in lyskomd 1.7.0 (Release date 1994-12-31)
--------------------------------------------------
...
...
configure
View file @
6fa0f4d6
#!/bin/sh
# From configure.in Revision: 1.2
5
# From configure.in Revision: 1.2
6
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.1
...
...
@@ -13,6 +13,7 @@
ac_help
=
ac_default_prefix
=
/usr/local
# Any additions from configure.in:
ac_default_prefix
=
/usr/lyskom
# Initialize some variables set by options.
# The variables have the same names as the options, with
...
...
@@ -399,6 +400,7 @@ else
fi
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&4
...
...
@@ -493,7 +495,7 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
#line 49
7
"configure"
#line 49
9
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
...
...
@@ -507,7 +509,7 @@ else
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
1
"configure"
#line 51
3
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
...
...
@@ -532,7 +534,7 @@ echo "$ac_t""$CPP" 1>&4
echo
$ac_n
"checking for AIX""...
$ac_c
"
1>&4
cat
>
conftest.
$ac_ext
<<
EOF
#line 53
6
"configure"
#line 53
8
"configure"
#include "confdefs.h"
#ifdef _AIX
yes
...
...
@@ -579,7 +581,7 @@ if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
3
"configure"
#line 58
5
"configure"
#include "confdefs.h"
#include <minix/config.h>
EOF
...
...
@@ -628,7 +630,7 @@ else
kom_oldflags
=
$CFLAGS
CFLAGS
=
"
$CFLAGS
-pipe"
cat
>
conftest.
$ac_ext
<<
EOF
#line 63
2
"configure"
#line 63
4
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -666,7 +668,7 @@ if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 67
0
"configure"
#line 67
2
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -743,7 +745,7 @@ else
ac_cv_cross
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 74
7
"configure"
#line 74
9
"configure"
#include "confdefs.h"
main(){return(0);}
EOF
...
...
@@ -764,7 +766,7 @@ if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 7
68
"configure"
#line 7
70
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -786,7 +788,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 79
0
"configure"
#line 79
2
"configure"
#include "confdefs.h"
#include <string.h>
EOF
...
...
@@ -804,7 +806,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 80
8
"configure"
#line 8
1
0 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
...
...
@@ -825,7 +827,7 @@ if test "$cross_compiling" = yes; then
ac_cv_header_stdc
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 8
29
"configure"
#line 8
31
"configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
...
@@ -859,7 +861,7 @@ if eval "test \"`echo '${'ac_cv_type_pid_t'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 86
3
"configure"
#line 86
5
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -890,7 +892,7 @@ if eval "test \"`echo '${'kom_cv_sys_hpux_source'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 89
4
"configure"
#line 89
6
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
...
...
@@ -905,7 +907,7 @@ if eval $ac_link; then
else
rm
-rf
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
#line 9
09
"configure"
#line 9
11
"configure"
#include "confdefs.h"
#define _HPUX_SOURCE
#include <sys/types.h>
...
...
@@ -1164,7 +1166,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-l
$ac_lib
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 11
68
"configure"
#line 11
70
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1232,7 +1234,7 @@ if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 123
6
"configure"
#line 123
8
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
...
...
@@ -1268,7 +1270,7 @@ if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 127
2
"configure"
#line 127
4
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
...
...
@@ -1301,7 +1303,7 @@ if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 130
5
"configure"
#line 130
7
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
...
...
@@ -1336,7 +1338,7 @@ if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 134
0
"configure"
#line 134
2
"configure"
#include "confdefs.h"
#include <alloca.h>
int main() { return 0; }
...
...
@@ -1367,7 +1369,7 @@ if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 137
1
"configure"
#line 137
3
"configure"
#include "confdefs.h"
#ifdef __GNUC__
...
...
@@ -1425,7 +1427,7 @@ if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
29
"configure"
#line 14
31
"configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
...
...
@@ -1452,7 +1454,7 @@ if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 145
6
"configure"
#line 145
8
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
@@ -1495,7 +1497,7 @@ if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
499
"configure"
#line 1
501
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
@@ -1538,7 +1540,7 @@ if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 154
2
"configure"
#line 154
4
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
@@ -1592,7 +1594,7 @@ else
ac_cv_c_stack_direction
=
0
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 159
6
"configure"
#line 159
8
"configure"
#include "confdefs.h"
find_stack_direction ()
{
...
...
@@ -1634,7 +1636,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lresolv "
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
38
"configure"
#line 16
40
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1672,7 +1674,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lauthuser "
cat
>
conftest.
$ac_ext
<<
EOF
#line 167
6
"configure"
#line 167
8
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1710,7 +1712,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lsocket "
cat
>
conftest.
$ac_ext
<<
EOF
#line 171
4
"configure"
#line 171
6
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1748,7 +1750,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lnsl "
cat
>
conftest.
$ac_ext
<<
EOF
#line 175
2
"configure"
#line 175
4
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1786,7 +1788,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-li "
cat
>
conftest.
$ac_ext
<<
EOF
#line 179
0
"configure"
#line 179
2
"configure"
#include "confdefs.h"
int main() { return 0; }
...
...
@@ -1824,7 +1826,7 @@ if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
28
"configure"
#line 18
30
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
@@ -1873,7 +1875,7 @@ if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 187
7
"configure"
#line 187
9
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
@@ -1922,7 +1924,7 @@ if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo
$ac_n
"(cached)
$ac_c
"
1>&4
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 192
6
"configure"
#line 192
8
"configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
/* Override any gcc2 internal prototype to avoid an error. */
...
...
versions
View file @
6fa0f4d6
# versions -- This file specifies various version numbers for lyskomd.
# $Id: versions,v 1.
6
1995/01/0
7
1
9
:2
4:16
ceder Exp $
# $Id: versions,v 1.
7
1995/01/0
8
1
1
:2
6:01
ceder Exp $
# Copyright (C) 1994, 1995 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -36,7 +36,7 @@ SERVER-SOFTWARE: lyskomd
# you make an unofficial distribution, *please* change this to
# something unique! Suggestion: suffix it with your initials,
# e.g. 1.7.0.ppp.1
SERVER-VERSION: 1.7.1
.pre.2
SERVER-VERSION: 1.7.1
# Old clients don't know how to get the version number as a string, so
# they are stuck with this old-format integer version number. This
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment