From e24d4efed02887f51f6c87e615f6a9cdb60afe12 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 12 Aug 2004 20:24:13 +0000 Subject: [PATCH] Set LC_ALL=C so that file names sort consistently. Prefer the gnulib copies of gettext.m4, glibc21.m4, lib-ld.m4, lib-prefix.m4, po.m4 too. --- bootstrap | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bootstrap b/bootstrap index 4d222d5..4fa452c 100755 --- a/bootstrap +++ b/bootstrap @@ -24,6 +24,11 @@ # URL of our text domain page in Translation Project TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/" +# Ensure file names are sorted consistently across platforms; +# e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4. +LC_ALL=C +export LC_ALL + usage() { cat <