Andrey Borzenkov
4b44bbb3fb
unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both
...
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50
2001-06-06 08:37:21 +00:00
Peter Stephenson
81181de88e
improved ifdef for undefine in M4
2001-06-01 14:40:39 +00:00
Peter Stephenson
8099e85f79
Don't undefine macros if not defined.
2001-06-01 13:38:46 +00:00
Andrey Borzenkov
7270c28a39
14401: workaround for script execution under Cygwin
2001-05-20 10:59:27 +00:00
Bart Schaefer
16af95b120
More cleanup of 14275+14290.
2001-05-10 07:13:41 +00:00
Bart Schaefer
5f0cdf4899
Tweak 14275.
2001-05-10 05:00:35 +00:00
Bart Schaefer
bb7ea94766
Clean up after 14270.
2001-05-09 05:42:12 +00:00
Peter Stephenson
7548baf57b
Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8
2001-05-08 18:34:38 +00:00
Bart Schaefer
db7f831871
More restrictive configure checks for curses headers.
2001-05-02 16:48:32 +00:00
Bart Schaefer
6976ea95db
Add --with-curses-terminfo to configure
2001-05-01 16:08:50 +00:00
Bart Schaefer
2e935f0186
Defeat GCC over-optimization in AC_TRY_LINK tests.
2001-04-30 17:24:00 +00:00
Clint Adams
6dc04f1329
14123: don't include curses.h in termcap.c if term.h doesn't need it
2001-04-26 15:48:14 +00:00
Bart Schaefer
8baeec4637
Fix term* linkage _again_.
2001-04-24 06:48:54 +00:00
Andrey Borzenkov
7c45854508
14077: revert clint's build patches on 19.04.2001
2001-04-23 19:59:03 +00:00
Clint Adams
152b9885ed
unposted: check for functions in the proper libraries
2001-04-19 18:35:31 +00:00
Clint Adams
3b09ee496a
14041: reduce unnecessary linking for modules
2001-04-19 17:55:02 +00:00
Clint Adams
28fe9e6027
14039: simulate old linking behavior
2001-04-19 17:00:52 +00:00
Clint Adams
a43aa761cd
14033: reduce unnecessary library linking for modules and main binary
2001-04-19 14:45:41 +00:00
Clint Adams
43cd922cd8
13955: boolnames et al., not boolcodes
2001-04-12 04:08:07 +00:00
Clint Adams
e05ca62a9c
13953: use curses capability inventories instead of hardcoding and presume
...
that they are terminfo
2001-04-12 02:49:14 +00:00
Andrey Borzenkov
8c978c4006
unposted: support build with GCC on ReliantUNIX
2001-03-07 11:40:48 +00:00
Andrey Borzenkov
fa6bab3083
13431: better check for shared libraries.
2001-02-13 14:35:07 +00:00
Andrey Borzenkov
9740af197e
13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)
...
to make it possible to override default library selected
2001-01-19 14:47:43 +00:00
Clint Adams
ebb9daa319
unposted: thinko in configure.in for determination of jobtable size
2000-12-23 07:26:11 +00:00
Clint Adams
5d7a9e949b
13227: terminfo module fixes
2000-12-05 00:28:40 +00:00
Peter Stephenson
cfe1038ff1
Fix --enable-function-subdirs for new config.modules system.
2000-12-04 19:21:05 +00:00
Peter Stephenson
a59b51006b
Function installation information now in config.modules
2000-11-30 18:36:21 +00:00
Peter Stephenson
1851f87325
Fix a few problems with config.modules stuff
2000-11-27 11:26:14 +00:00
Peter Stephenson
49a1ad7516
13194: change in module configuration system
2000-11-26 20:01:01 +00:00
Bart Schaefer
0d96dc0879
Back out 12814.
2000-09-18 14:22:48 +00:00
Clint Adams
2742cb14ce
12814: zasprintf
2000-09-16 18:57:45 +00:00
Andrey Borzenkov
27be824ed0
unposted: Remove patch from 12686 that was accidentally commited
2000-09-06 15:50:16 +00:00
Peter Stephenson
6f94a972a9
12762: Akinori MUSHA: changes for new FreeBSD releases.
2000-09-06 15:15:30 +00:00
Andrey Borzenkov
f9b7929289
12736: fix `make install' dependency for Cygwin static build
2000-09-04 14:05:07 +00:00
Peter Stephenson
372e84dc5b
3.1.9-dev-6
2000-09-04 10:52:02 +00:00
Peter Stephenson
c0ab630768
pws/Andrej: 12594, 12661: Windows resources and icon
2000-08-16 13:23:37 +00:00
Bart Schaefer
c88d3a57cf
Andrej, 12623: Fix dynamic linking for cygwin.
2000-08-15 05:13:40 +00:00
Bart Schaefer
ba14d4e1ee
Andrej, 12620: Fix up mmap tests.
2000-08-14 16:46:18 +00:00
Bart Schaefer
465eeb39c5
12617: Use AC_FUNC_MMAP.
2000-08-14 15:46:53 +00:00
Bart Schaefer
f9cda7964f
12601: Tweak --enable-cflags et al.
2000-08-14 04:46:28 +00:00
Peter Stephenson
7102a4696c
12598: configure takes --enable-cflags=... etc. arguments
2000-08-11 18:27:04 +00:00
Clint Adams
cb89544d32
12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.
2000-08-08 14:57:02 +00:00
Bart Schaefer
1ff8518b16
12547: Handle ENOENT and ENOTDIR in zpathmax().
2000-08-05 05:59:53 +00:00
Clint Adams
45ffc3b6c8
12541: zrealpath wrapper around realpath()
2000-08-05 01:30:19 +00:00
Peter Stephenson
4f1aa826f5
Andrej: Dynamic loading on cygwin
2000-08-02 18:01:51 +00:00
Clint Adams
30e35ee2ed
12472: limited pathconf support
2000-08-02 13:54:17 +00:00
Peter Stephenson
4a5882eeb3
12411, 12419: Andrej: environment handling with fewer assumptions
2000-07-28 09:10:35 +00:00
Peter Stephenson
dbf48f330a
Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000
2000-07-26 10:09:47 +00:00
Peter Stephenson
100f25b97f
12239: prefer curses to termcap on solaris
2000-07-20 16:17:57 +00:00
Bart Schaefer
14428d46e4
12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where
...
getrlimit() is not found, replace it with nothing and append /dev/null to
the awk command in rlimits.mdd, so that we don't end up with a dependency of
rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade).
2000-07-07 17:12:17 +00:00