From unknown Mon Jun 16 23:55:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#17113 <17113@debbugs.gnu.org> To: bug#17113 <17113@debbugs.gnu.org> Subject: Status: header files not installed in --includedir? Reply-To: bug#17113 <17113@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:55:37 +0000 retitle 17113 header files not installed in --includedir? reassign 17113 libtool submitter 17113 Patrick Pan severity 17113 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 22:07:28 2014 Received: (at submit) by debbugs.gnu.org; 27 Mar 2014 02:07:28 +0000 Received: from localhost ([127.0.0.1]:51560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSzj6-0002wM-DG for submit@debbugs.gnu.org; Wed, 26 Mar 2014 22:07:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50585) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WSzj4-0002wE-De for submit@debbugs.gnu.org; Wed, 26 Mar 2014 22:07:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSzj3-0003vL-2h for submit@debbugs.gnu.org; Wed, 26 Mar 2014 22:07:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSzj3-0003vH-0C for submit@debbugs.gnu.org; Wed, 26 Mar 2014 22:07:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSzj2-0001Bb-4g for bug-libtool@gnu.org; Wed, 26 Mar 2014 22:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSzj1-0003uz-1B for bug-libtool@gnu.org; Wed, 26 Mar 2014 22:07:24 -0400 Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:64548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSzj0-0003uk-SN for bug-libtool@gnu.org; Wed, 26 Mar 2014 22:07:22 -0400 Received: by mail-ob0-f179.google.com with SMTP id va2so3602215obc.10 for ; Wed, 26 Mar 2014 19:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1U0hHmXwKhxlNCFZvzfTTVpm3DuMgOlsmFGVh4zTfDM=; b=Jq6zwk0h33KkHfoIxfww2dkxvAWurNvBhr/LJixRfNtqu997w73Ovt/D2tAfZWsOFh vYrNcVdqGqend6LVpPQL/CueYjR/f7eWe0EQeADsRBk+FSl6EvIV2yMxOu8r+3ptLBBL OGTL0ko3yFGkjviHDAck7dMqfSv2c06TgNnsui1yLOdrnjrNoOkeUERMsqRk5eCSNqIn BA630mhikZxMJga3C9IVyR9duati4w/gcMyzEkFn5rDqvHxnCQ6/j5TmvpNBwTPG79t0 GV+2cP4wPWU7Z3Kgpsl8xfS97oiyS3HvhXw2AGjsJ4Ewk3PQu7EGoG2f4kMge57ytihN bZRg== MIME-Version: 1.0 X-Received: by 10.60.54.228 with SMTP id m4mr40209988oep.29.1395886042071; Wed, 26 Mar 2014 19:07:22 -0700 (PDT) Received: by 10.182.220.71 with HTTP; Wed, 26 Mar 2014 19:07:22 -0700 (PDT) Date: Thu, 27 Mar 2014 10:07:22 +0800 Message-ID: Subject: header files not installed in --includedir? From: Patrick Pan To: bug-libtool@gnu.org Content-Type: multipart/alternative; boundary=089e0115ffc6af4d9004f58d0b11 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.8 (---) --089e0115ffc6af4d9004f58d0b11 Content-Type: text/plain; charset=ISO-8859-1 Hi, there. I am installing libtool-2.4.2. The '--includedir' parameter for configure script defaults to 'PREFIX/include' but 'ltdl.h' and other headers are not installed there. I am thinking are these files classified as data files (and thus install under --datarootdir)? If yes, is there a potential improvement to the configure script? Happy Hacking. Patrick Pan. --089e0115ffc6af4d9004f58d0b11 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi, there.

I am installing libtool-2.4.= 2.=A0

The '--includedir' parameter for con= figure script defaults to 'PREFIX/include' but 'ltdl.h' and= other headers are not installed there. I am thinking are these files class= ified as data files (and thus install under --datarootdir)? If yes, is ther= e a potential improvement to the configure script?

Happy Hacking.
Patrick Pan.


--089e0115ffc6af4d9004f58d0b11--