mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
* Source/Makefile.postamble: Use DESTDIR over obsolete INSTALL_ROOT_DIR
* configure.ac, config/objc-con-autoload.m4, config/procfs.m4: Some improvements for cross-compiling. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73d0fc3a58
commit
b1ed57ae34
6 changed files with 2831 additions and 1402 deletions
|
@ -32,6 +32,7 @@ AC_TRY_RUN([static int loaded = 0;
|
|||
objc_cv_con_autoload=no)
|
||||
case "$target_os" in
|
||||
cygwin*) objc_cv_con_autoload=yes;;
|
||||
mingw*) objc_cv_con_autoload=yes;;
|
||||
esac
|
||||
])
|
||||
if test $objc_cv_con_autoload = yes; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue