Configure script tidying

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9259 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
jagapen 2001-03-01 11:03:39 +00:00
parent 3e1e8d43d7
commit 45e6948842
7 changed files with 734 additions and 564 deletions

View file

@ -242,7 +242,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
[arp release];
}
#if !GS_FAKE_MAIN && (defined(HAVE_PROC_FS) && defined(HAVE_LOAD_METHOD))
#if !GS_FAKE_MAIN && (defined(HAVE_PROCFS) && defined(HAVE_LOAD_METHOD))
/*
* We have to save program arguments and environment before main () is
* executed, because main () could modify their values before we get a
@ -478,7 +478,7 @@ _gnu_noobjc_free_vars(void)
_gnu_noobjc_free_vars();
}
}
#else /* !HAVE_PROC_FS || !HAVE_LOAD_METHOD */
#else /* !HAVE_PROCFS || !HAVE_LOAD_METHOD */
#ifdef __MINGW__
/* For WindowsAPI Library, we know the global variables (argc, etc) */
@ -516,7 +516,7 @@ int main(int argc, char *argv[], char *env[])
#endif /* !GS_PASS_ARGUMENTS */
#endif /* __MINGW__ */
#endif /* HAS_LOAD_METHOD && HAS_PROC_FS */
#endif /* HAS_LOAD_METHOD && HAS_PROCFS */
/* Fallback method. User must call this method if none of the other
above hacks is being used