Kornel Benko wrote: > Am Samstag, 23. April 2016 um 12:01:32, schrieb Kornel Benko >> Hm, there are more differences. In cmake we add also header files to the >> list. But I wonder, why unix command 'sort' is not working the same as >> cmake internal sort. > > OK, setting env LC_ALL=C, sort behaves under linux as the internal sort in > cmake.
Not for me. Note that we do already set LC_ALL=C internally before calling sort. I also tried to set LANG and LANGUGAGE in addition, but that does not change the behaviour. I still get the same sorting for fr.po as in 79074e6c with autotools, and with cmake I get the sorting as in a32113e6d. Georg