diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-12 21:16:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-12 21:16:00 +0000 |
commit | af779fa57c530575f018048f6d889fcb0cae71e5 (patch) | |
tree | 5aceab27e409d442f32e5883e9df4a4d10a84108 /docs/INTERNALS | |
parent | 99185417952da30c8ddd82ab962fb58da96260b2 (diff) |
added the versions of a range of build tools that we want to remain to work
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r-- | docs/INTERNALS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index 4209095ab..f8927b568 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -59,6 +59,19 @@ Portability Windows CE ? TPF ? + When writing code (mostly for generating stuff included in release tarballs) + we use a few "build tools" and we make sure that we remain functional with + these versions: + + GNU Libtool 1.4.2 + GNU Autoconf 2.57 + GNU Automake 1.7 (we currently avoid 1.10 due to Solaris-related bugs) + GNU M4 1.4 + perl 4 + roffit 0.5 + groff ? (any version that supports "groff -Tps -man [in] [out]") + ps2pdf (gs) ? + Windows vs Unix =============== |