Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304373
Collapse All | Expand All

(-)configure.orig (-1 / +12 lines)
Lines 1-6 Link Here
1
#!/bin/bash
1
#!/bin/bash
2
2
3
export LANG="POSIX"
3
# NLS nuisances.
4
for as_var in \
5
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7
  LC_TELEPHONE LC_TIME
8
do
9
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10
    eval $as_var=C; export $as_var
11
  else
12
    unset $as_var
13
  fi
14
done
4
15
5
CMD="$@"
16
CMD="$@"
6
17

Return to bug 304373