URL:
  <https://savannah.gnu.org/support/?111417>

                 Summary: autoreconf 2.73: Invalid operator in
install_aux_file
                   Group: Autoconf
               Submitter: None
               Submitted: Thu 11 Jun 2026 09:06:27 AM UTC
                Priority: 5 - Unprioritized
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: [email protected]
             Open/Closed: Open
         Discussion Lock: Unlocked
        Operating System: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 11 Jun 2026 09:06:27 AM UTC By: Anonymous
I know very little about perl, but I ran into an error that seem to have been
introduced in 35a1c64600894ecc3b06b6c4b273952db7c8fc83

Inside `sub install_aux_file`:

```
if ($force || ! -l $dest || readlink $dest != $src)
```

Should be 

```
if ($force || ! -l $dest || readlink $dest ne $src)
```

As `$dest` and `$src` are unlikely to be numbers.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?111417>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to