summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/misc/ncurses-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/misc/ncurses-config.in')
-rw-r--r--contrib/ncurses/misc/ncurses-config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/ncurses/misc/ncurses-config.in b/contrib/ncurses/misc/ncurses-config.in
index 1da156c..a349250 100644
--- a/contrib/ncurses/misc/ncurses-config.in
+++ b/contrib/ncurses/misc/ncurses-config.in
@@ -1,7 +1,7 @@
#!@SHELL@
-# $Id: ncurses-config.in,v 1.11 2006/10/28 20:22:52 tom Exp $
+# $Id: ncurses-config.in,v 1.12 2007/03/17 20:02:19 tom Exp $
##############################################################################
-# Copyright (c) 2006 Free Software Foundation, Inc. #
+# Copyright (c) 2006,2007 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
# copy of this software and associated documentation files (the "Software"), #
@@ -40,6 +40,11 @@ mandir="@mandir@"
THIS="ncurses@DFT_ARG_SUFFIX@"
+LANG=C; export LANG
+LANGUAGE=C; export LANGUAGE
+LC_ALL=C; export LC_ALL
+LC_CTYPE=C; export LC_CTYPE
+
test $# = 0 && exec @SHELL@ $0 --error
while test $# -gt 0; do
OpenPOWER on IntegriCloud