Fixed changes in /proc filesystem detection and fake main definition

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9263 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-01 12:41:06 +00:00
parent fd50f1a77c
commit a195d7a8c6

View file

@ -1,3 +1,14 @@
2001-03-01 Nicola Pero <n.pero@mi.flashnet.it>
* aclocal.m4 (AC_SYS_PROCFS): Reverted last change (not documented
in this ChangeLog) in code to detect the /proc filesystem as it
didn't work on my gnu-linux: /proc/0 does not exist, but the /proc
filesystem works perfectly.
* configure.in (GS_FAKE_MAIN): Fixed typo in last change (not
documented in this ChangeLog) which caused fake main definition to
take place even when both +load and /proc worked.
* configure: Regenerated.
2001-02-28 Adam Fedor <fedor@gnu.org>
* Source/win32-load.h (__objc_dynamic_get_symbol_path): New function.