mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
(autoscan.list): Force LC_ALL to C.
This commit is contained in:
parent
379333954a
commit
1682b2f72f
@ -38,4 +38,4 @@ autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
|
||||
( \
|
||||
sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
|
||||
$(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \
|
||||
) | sort >>autoscan.list
|
||||
) | LC_ALL=C sort >>autoscan.list
|
||||
|
@ -351,7 +351,7 @@ autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
|
||||
( \
|
||||
sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
|
||||
$(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \
|
||||
) | sort >>autoscan.list
|
||||
) | LC_ALL=C sort >>autoscan.list
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user