mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Don't forget configure.in (for those using autoconf 2.13).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8926da3807
commit
4ef8682180
@ -1,8 +1,3 @@
|
|||||||
|
|
||||||
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>
|
2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* INSTALL: document the use of --with-frontend
|
* INSTALL: document the use of --with-frontend
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-21 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
* configure.ac, configure.in: removed check for setenv and putenv
|
||||||
|
|
||||||
2003-02-20 Kayvan A. Sylvan <kayvan@sylvan.com>
|
2003-02-20 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||||
|
|
||||||
* configure.ac, configure.in: add RPM_FRONTEND stuff to
|
* configure.ac, configure.in: add RPM_FRONTEND stuff to
|
||||||
|
@ -249,7 +249,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 We aim to remove this eventually, since we should test as much as
|
||||||
dnl possible with the compiler which will use the functions (JMarc)
|
dnl possible with the compiler which will use the functions (JMarc)
|
||||||
AC_LANG_C
|
AC_LANG_C
|
||||||
AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp)
|
AC_CHECK_FUNCS(memmove memset strchr mkfifo mkstemp mktemp)
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG_CPLUSPLUS
|
||||||
|
|
||||||
dnl Until this is fixed in autoconf we provide our own version
|
dnl Until this is fixed in autoconf we provide our own version
|
||||||
|
Loading…
Reference in New Issue
Block a user