From: Akim Demaille Date: Wed, 2 Oct 2002 06:07:50 +0000 (+0000) Subject: (autoscan.list): Force LC_ALL to C. X-Git-Tag: AUTOCONF-2.54a~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1682b2f72fb74a610543f5cc375ae2ba01f90c9e;p=thirdparty%2Fautoconf.git (autoscan.list): Force LC_ALL to C. --- diff --git a/lib/autoscan/Makefile.am b/lib/autoscan/Makefile.am index 78a0a0890..76111ba9d 100644 --- a/lib/autoscan/Makefile.am +++ b/lib/autoscan/Makefile.am @@ -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 diff --git a/lib/autoscan/Makefile.in b/lib/autoscan/Makefile.in index 54c374fd9..aaeeea84a 100644 --- a/lib/autoscan/Makefile.in +++ b/lib/autoscan/Makefile.in @@ -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: