(autoscan.list): Force LC_ALL to C.

This commit is contained in:
Akim Demaille 2002-10-02 06:07:50 +00:00
parent 379333954a
commit 1682b2f72f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: