From 4ef8682180204aa3c60a3b5b85d985dda7a5762f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 21 Feb 2003 15:36:06 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 ----- config/ChangeLog | 4 ++++ config/configure.in | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd01ccc96a..ec35e5f396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ - -2003-02-21 André Pönitz - - * configure.as: removed check for setenv and putenv - 2003-02-18 Jean-Marc Lasgouttes * INSTALL: document the use of --with-frontend diff --git a/config/ChangeLog b/config/ChangeLog index f5c5a664c5..2f9e6ecce5 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-02-21 André Pönitz + + * configure.ac, configure.in: removed check for setenv and putenv + 2003-02-20 Kayvan A. Sylvan * configure.ac, configure.in: add RPM_FRONTEND stuff to diff --git a/config/configure.in b/config/configure.in index feea36ea84..22faf1dae8 100644 --- a/config/configure.in +++ b/config/configure.in @@ -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 possible with the compiler which will use the functions (JMarc) 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 dnl Until this is fixed in autoconf we provide our own version -- 2.39.5