diff --git a/ChangeLog b/ChangeLog index ec35e5f396..cd01ccc96a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ + +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/configure.ac b/config/configure.ac index cb668dda31..e94f30f46e 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -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 diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 532b344007..9524e94574 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,9 @@ + +2003-02-21 André Pönitz + + * filetools.C (PutEnv): removed (unused) + + 2003-02-17 John Levon * forkedcall.h: