Line
Link Here
|
0 |
-- jpeg/configure |
0 |
++ jpeg/configure |
Lines 54-59
Link Here
|
54 |
infodir='${prefix}/info' |
54 |
infodir='${prefix}/info' |
55 |
mandir='${prefix}/man' |
55 |
mandir='${prefix}/man' |
56 |
|
56 |
|
|
|
57 |
# NLS nuisances. |
58 |
# Only set these to C if already set. These must not be set unconditionally |
59 |
# because not all systems understand e.g. LANG=C (notably SCO). |
60 |
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! |
61 |
# Non-C LC_CTYPE values break the ctype check. |
62 |
if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
63 |
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
64 |
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi |
65 |
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi |
66 |
|
57 |
# Initialize some other variables. |
67 |
# Initialize some other variables. |
58 |
subdirs= |
68 |
subdirs= |
59 |
MFLAGS= MAKEFLAGS= |
69 |
MFLAGS= MAKEFLAGS= |
Lines 452-467
Link Here
|
452 |
esac |
463 |
esac |
453 |
done |
464 |
done |
454 |
|
465 |
|
455 |
# NLS nuisances. |
|
|
456 |
# Only set these to C if already set. These must not be set unconditionally |
457 |
# because not all systems understand e.g. LANG=C (notably SCO). |
458 |
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! |
459 |
# Non-C LC_CTYPE values break the ctype check. |
460 |
if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
461 |
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
462 |
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi |
463 |
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi |
464 |
|
465 |
# confdefs.h avoids OS command line length limits that DEFS can exceed. |
466 |
# confdefs.h avoids OS command line length limits that DEFS can exceed. |
466 |
rm -rf conftest* confdefs.h |
467 |
rm -rf conftest* confdefs.h |
467 |
# AIX cpp loses on an empty file, so make sure it contains at least a newline. |
468 |
# AIX cpp loses on an empty file, so make sure it contains at least a newline. |