]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(autoscan.list): Force LC_ALL to C.
authorAkim Demaille <akim@epita.fr>
Wed, 2 Oct 2002 06:07:50 +0000 (06:07 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 2 Oct 2002 06:07:50 +0000 (06:07 +0000)
lib/autoscan/Makefile.am
lib/autoscan/Makefile.in

index 78a0a0890ca4926216d19b4a85fe9fea95957530..76111ba9df1c32c0f31818fa4f3292a7718ef270 100644 (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
index 54c374fd919b6ab86b0eae1ba7edb0b959641d29..aaeeea84ab0b6c1db0de195bc8a69cd90fbaeb1b 100644 (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: