[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoupdate: AU_ALIAS shouldn't affect itself
From: |
Eric Gallager |
Subject: |
autoupdate: AU_ALIAS shouldn't affect itself |
Date: |
Tue, 26 Jan 2021 13:19:02 -0500 |
Say I have an M4 macro file with an AU_ALIAS usage in it like this:
AU_ALIAS([BNV_HAVE_QT], [AX_HAVE_QT])
If I run autoupdate on this file, that will become:
AU_ALIAS([AX_HAVE_QT], [AX_HAVE_QT])
This seems pointless, as now the AU_ALIAS won't do what it was originally
meant to do anymore. Perhaps autoupdate could be updated to stop making
this change.
Thanks,
Eric Gallager
- autoupdate: AU_ALIAS shouldn't affect itself,
Eric Gallager <=