From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) by sourceware.org (Postfix) with ESMTPS id 597E83858D32 for ; Tue, 26 Jul 2022 06:22:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 597E83858D32 Received: by mail-oi1-x229.google.com with SMTP id i4so6009371oif.2 for ; Mon, 25 Jul 2022 23:22:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6J7nx1zgd2XkiXUD1hc7Sj3F2Sk+YnzK6BDuFZ+wd38=; b=AVvmyB7FRFRCZm5TMmlWExe/AbeRI+n0WNP7KUf6jMSiQrvzDH5PBQ+HFWDGF5WsQk 3lC9YdjjCQFJWUhPkMJz4kxRGFOoIr/uSLJN1voEolJZC4sLlv3KLhkI9d7rwmsNL/2f WQevzr8/nnWeOnD4iRZHL2qj/bkjWiYlRAcrFfXowUzav8ZWYVBUtudtAq0K8SEEK5na bV8m5czAtA8WAr7Vev/vL2XD1wfJzQZbqtaN1mENgQWDWlyhMmODcsOzWX3SAzEpBy5/ tfxEZL5ok7EcHkPk9fFo0LXrwVRp37JwYCsJuHaAzxIljzXlK+qnLbJzUw2MW46O1cu+ ACgQ== X-Gm-Message-State: AJIora9V6zgK0lFJtSN8NBvS6bbM5myB9aQuX6cbCPmSUT5xyoLOm7x7 R6TyLTQd35/DnURijao1keR42XDBUxbTb0cXgE48P6jd X-Google-Smtp-Source: AGRyM1uXAGUIvHZCl44DpcpsmWpTtjoAb9SOCGLYIcbsOwAceVlJfuw5wq/jJsEbUGoOkF9MvBhB2MM43h8qRE3E3OQ= X-Received: by 2002:a05:6808:1b26:b0:33a:782f:b3b4 with SMTP id bx38-20020a0568081b2600b0033a782fb3b4mr14395677oib.250.1658816550587; Mon, 25 Jul 2022 23:22:30 -0700 (PDT) MIME-Version: 1.0 From: Zopolis0 Date: Tue, 26 Jul 2022 16:22:19 +1000 Message-ID: Subject: How to best reference ltdl.m4? To: gcc@gcc.gnu.org X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2022 06:22:33 -0000 As part of my gcj work, I need to call a couple of variables and functions from ltdl.m4 (installed in usr/share/aclocal, as part of libltdl). Should I reference the system installed copy? How would I do that? Or should I copy it into the gcc root directory, like what was done with libtool.m4? If I end up doing that, what version should I use? (2.2.6 to match the other files, or the latest version, or update all the files)