]> git.lyx.org Git - features.git/commitdiff
Don't forget configure.in (for those using autoconf 2.13).
authorAngus Leeming <leeming@lyx.org>
Fri, 21 Feb 2003 15:36:06 +0000 (15:36 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 21 Feb 2003 15:36:06 +0000 (15:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6227 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
config/ChangeLog
config/configure.in

index cd01ccc96a7dd13611b1b3a6f615e65e2fc42ce2..ec35e5f396e6fb8060edea967713287d8a4ae83c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * INSTALL: document the use of --with-frontend
index f5c5a664c5c91b21ee8b65719d54547c0f59fd59..2f9e6ecce57eb8e6346051a779c6a6efb41517e5 100644 (file)
@@ -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>
 
        * configure.ac, configure.in: add RPM_FRONTEND stuff to
index feea36ea84ef014400485348543513244cbf5ba3..22faf1dae847e2061b9d6e648431a4e407d00bf5 100644 (file)
@@ -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