blob: a733c9999d10eb08541861af74a3130b3f3a0796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
2004-03-04 Ken Raeburn <raeburn@mit.edu>
* configure.in: Merged in code from subdir configure.in files.
Create the subdir Makefiles here. Substitute TELNET_LIBS and
TELNETD_LIBS with the appropriate sets of libraries.
* Makefile.in (LOCAL_SUBDIRS): Set to list the subdirs.
2003-01-07 Ken Raeburn <raeburn@mit.edu>
* Makefile.orig: Deleted.
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
Wed Feb 18 15:36:25 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and
remove use of DO_SUBDIRS.
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Fri Jun 9 18:29:38 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES. Use DO_SUBDIRS to
recurse down subdirectories.
Fri Mar 31 16:53:03 1995 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Remove CFLAGS=@CCOPTS@ line, which is in pre.in
Fri Nov 18 00:14:56 1994 Mark Eichin <eichin@cygnus.com>
* configure.in: add WITH_CCOPTS so that subdirs work.
Sat Jul 23 08:18:18 1994 Tom Yu (tlyu@dragons-lair)
* Makefile.in:
* configure.in: first cut at making telnet completely autoconf
|