Brian Cox
|
1a5a588f0d
|
Ok, using AC_TRY_COMPILE while configuring w/ OpenSSL fails when configuring normally (non-cross) & ssl is present. So now we use the AC_TRY_RUN if cross compiling, and assume presence otherwise (since the subsequent header exists checks fail if it's not actually there.)
|
2016-06-28 23:09:36 -07:00 |
Brian Cox
|
d6eb11a311
|
Use AC_TRY_COMPILE instead of AC_TRY_RUN when configuring w/ OpenSSL, since we don't actually use test prog output, and the run requirement breaks cross compiling w/ OpenSSL.
|
2016-06-28 22:15:29 -07:00 |
Brian Cox
|
f41e3e06b6
|
Use the right 'ar' when cross compiling, instead of always wanting to use default system 'ar'. This happened because autoconf doesn't have a builtin AC_PROG_AR macro, so we have to provide our own.
|
2016-06-17 20:33:10 -07:00 |
Brian Cox
|
0ee24bc84b
|
New platform: MS-DOS/FreeDOS with DJGPP (i586-pc-msdosdjgpp). Detect & handle if sys/socket.h isn't present, which is default for DJGPP. Also handle slightly different struct stat, file type macros, absence of Posix signals.
|
2016-06-17 19:57:06 -07:00 |
Brian Cox
|
c35477359f
|
Create bin+lib dirs if they don't exist, which gives us a working (if maybe still unpolished) 'make dist', finally.
|
2016-06-14 23:48:17 -07:00 |
Brian Cox
|
c79a6af7b1
|
[OSX] Use CommonCrypto md5 & sha1 impls by default, with a --disable-commoncrypto configure option to disable them and use the old builtin impls.
|
2016-06-07 19:06:10 -07:00 |
Brian Cox
|
704829cbd5
|
Make Iconv optional, controlled by --enable-iconv; set package url & bugreport fields; detect OSX crypto lib (for hashes) but don't actually use it yet.
|
2016-06-07 01:57:00 -07:00 |
Brian Cox
|
48a4392343
|
Update buildsys to automake 1.15 and fix resulting warnings. This involved an autoreconf -if, and then reverting config.guess and config.sub since they're actually newer than the ones automake wants to install, and they've been customized a bit to detect e.g. MidnightBSD
|
2016-06-06 19:51:38 -07:00 |
Brian Cox
|
778c397d48
|
Update 'configure' for libiconv detection; only set HAVE_ICONV_H if header exists *and* an impl we can link with exists.
|
2016-05-06 23:33:04 -07:00 |
Brian Cox
|
ccf149c978
|
Bump version to 2.4.3.2
|
2016-04-25 15:38:14 -07:00 |
Brian Cox
|
816e5c7e8f
|
Update buildsys to detect posix_fadvise()
|
2016-04-25 10:54:37 -07:00 |
Brian Cox
|
210a394b1c
|
Bump version to 2.4.3.1; update ChangeLog
|
2016-04-19 11:45:11 -07:00 |
Brian Cox
|
184ddc6091
|
Buildsys fixes for twtest
|
2016-04-16 21:44:06 -07:00 |
Brian Cox
|
9e5dd61e39
|
Fix various compiler warnings; enable -Wextra warnings except for unused params.
|
2016-04-15 12:42:31 -07:00 |
Brian Cox
|
b852b86e58
|
Remove -Wno-non-virtual-dtor compile arg, which suppresses warnings about non-virtual destructors. We don't actually get any of these warnings right now with the arg removed, but taking it out is a good practice anyway.
|
2016-04-12 09:31:19 -07:00 |
Brian Cox
|
36eee10956
|
Large file tweaks for e.g. 32-bit Linux; update ReadMe & ChangeLog again.
|
2016-04-11 20:29:37 -07:00 |
Brian Cox
|
c41aba17db
|
Set _LARGEFILE_SOURCE; use O_NONBLOCK where available, in case of file-to-fifo switch or mandatory file locking
|
2016-04-07 18:56:39 -07:00 |
Brian Cox
|
9698ca5333
|
Update buildsys for oddball platforms that don't support hardlinks, or have gethostbyname() in a weird library. Still generated w/ older v1.8.x automake/aclocal in order to keep diffs a reviewable size.
|
2016-03-25 10:59:56 -07:00 |
Brian Cox
|
f7a3ab843d
|
Bump version to 2.4.3.0
|
2016-03-23 20:35:32 -07:00 |
Ken Westin
|
c8dc58df50
|
Open Source Tripwire 2.4.2.2
Initial commit of code from Sourceforge repository.
|
2015-05-03 22:26:18 -07:00 |