blob: e188050a6a65725ca47578e3eabeb004d7763d02 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
2006-03-27 Ken Raeburn <raeburn@mit.edu>
* configure.in: Supply comment template in AC_DEFINE calls.
2006-03-15 Ken Raeburn <raeburn@mit.edu>
* configure.in: If tgetent can't be found, error out.
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
2005-01-13 Ezra Peisach <epeisach@mit.edu>
* configure.in: When looking for setupterm() - look in
libcurses/libncurses even if termcap library found.
2004-09-22 Tom Yu <tlyu@mit.edu>
* configure.in: Use KRB5_AC_LIBUTIL.
2004-03-07 Ken Raeburn <raeburn@mit.edu>
* configure.in: Move test for setupterm back down below addition
of termcap/curses libraries.
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
|