summaryrefslogtreecommitdiff
path: root/hurd/porting
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-26 00:32:08 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-26 00:32:08 +0200
commitccad4d6467bbbcc72022fc04fc0e8cf74849aba1 (patch)
tree701cfa860a4d36238c9d80f5e181a407892418bd /hurd/porting
parent9e51b41b8834a8e9743bd4143ed253ade346423a (diff)
Mention configure stuff coming from libtool
Diffstat (limited to 'hurd/porting')
-rw-r--r--hurd/porting/guidelines.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index 65fb6409..c5dd4891 100644
--- a/hurd/porting/guidelines.mdwn
+++ b/hurd/porting/guidelines.mdwn
@@ -57,6 +57,8 @@ If separate case is needed, make sure to put *-gnu* *after* *-linux*:
because else *-gnu* would catch i386-pc-linux-gnu for instance...
+Note: some of such statements are not from the source package itself, but from aclocal.m4 which is actually from libtool. In such case, the package simply needs to be re-libtoolize-d.
+
## <a name="Undefined_bits_confname_h_tt_mac"> Undefined `bits/confname.h` macros (`PIPE_BUF`, ...) </a>
If macro `XXX` is undefined, but macro `_SC_XXX` or `_PC_XXX` is defined in `bits/confname.h`, you probably need to use `sysconf`, `pathconf` or `fpathconf` to obtain it dynamicaly.