*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6225 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-02-21 14:53:44 +00:00
parent fd70ae3b48
commit fbe3862bcd
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-21 André Pönitz <poenitz@gmx.net>
* configure.as: removed check for setenv and putenv
2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* INSTALL: document the use of --with-frontend

View File

@ -245,7 +245,7 @@ dnl work correctly because of some conflict with stdlib.h with g++ 2.96
dnl We aim to remove this eventually, since we should test as much as
dnl possible with the compiler which will use the functions (JMarc)
AC_LANG_PUSH(C)
AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp)
AC_CHECK_FUNCS(memmove memset strchr mkfifo mkstemp mktemp)
AC_LANG_POP(C)
dnl Until this is fixed in autoconf we provide our own version

View File

@ -1,3 +1,9 @@
2003-02-21 André Pönitz <poenitz@gmx.net>
* filetools.C (PutEnv): removed (unused)
2003-02-17 John Levon <levon@movementarian.org>
* forkedcall.h: