From ccad4d6467bbbcc72022fc04fc0e8cf74849aba1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 26 Aug 2011 00:32:08 +0200 Subject: Mention configure stuff coming from libtool --- hurd/porting/guidelines.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hurd/porting') 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. + ## Undefined `bits/confname.h` macros (`PIPE_BUF`, ...) 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. -- cgit v1.2.3