mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
some little corrections
darcs-hash:20060110174907-f93c5-d9ef6df3a8f8401ea161085a1e512d6a1d445260.gz
This commit is contained in:
parent
032a736840
commit
68df730980
3 changed files with 4 additions and 3 deletions
|
@ -438,7 +438,7 @@ clean:
|
||||||
rm -rf doc_src/builtin_doc
|
rm -rf doc_src/builtin_doc
|
||||||
rm -rf fish-@PACKAGE_VERSION@
|
rm -rf fish-@PACKAGE_VERSION@
|
||||||
rm -rf xsel-0.9.6/
|
rm -rf xsel-0.9.6/
|
||||||
rm $(TRANSLATIONS)
|
rm -f $(TRANSLATIONS)
|
||||||
|
|
||||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,8 @@ else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CHECK_LIB(socket, connect, rt, nanosleep)
|
AC_CHECK_LIB(socket, connect)
|
||||||
|
AC_CHECK_LIB(rt, nanosleep)
|
||||||
AC_CHECK_FUNCS(wcsdup wcsndup wcslen wcscasecmp wcsncasecmp gettext futimes)
|
AC_CHECK_FUNCS(wcsdup wcsndup wcslen wcscasecmp wcsncasecmp gettext futimes)
|
||||||
|
|
||||||
AC_CHECK_FUNC(gettext, AC_SUBST(HAVE_GETTEXT,1), AC_SUBST(HAVE_GETTEXT,0) )
|
AC_CHECK_FUNC(gettext, AC_SUBST(HAVE_GETTEXT,1), AC_SUBST(HAVE_GETTEXT,0) )
|
||||||
|
|
|
@ -671,7 +671,7 @@ LANG en_GB.utf8', which sets the current locale to be the english
|
||||||
language, as used in Great Britain, using the UTF-8 character set. For
|
language, as used in Great Britain, using the UTF-8 character set. For
|
||||||
a list of available locales, use 'locale -a'.
|
a list of available locales, use 'locale -a'.
|
||||||
|
|
||||||
\c LANG, \cLC_ALL, \c LC_COLLATE, \c LC_CTYPE, \cLC_MESSAGES, \c
|
\c LANG, \c LC_ALL, \c LC_COLLATE, \c LC_CTYPE, \c LC_MESSAGES, \c
|
||||||
LC_MONETARY, \c LC_NUMERIC and LC_TIME set the language option for the
|
LC_MONETARY, \c LC_NUMERIC and LC_TIME set the language option for the
|
||||||
shell and subprograms. These variables work as follows: \c LC_ALL
|
shell and subprograms. These variables work as follows: \c LC_ALL
|
||||||
forces all the aspects of the locale to the specified value. If LC_ALL
|
forces all the aspects of the locale to the specified value. If LC_ALL
|
||||||
|
|
Loading…
Reference in a new issue