More Cygwin tweaks
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ef218dff05
commit
f51968b8b7
1 changed files with 9 additions and 2 deletions
|
|
@ -714,8 +714,6 @@ AC_SUBST(JAVAINC)
|
|||
AC_SUBST(JAVADYNAMICLINKING)
|
||||
AC_SUBST(JAVALIBRARYPREFIX)
|
||||
|
||||
AC_SUBST(ROOT_DIR)ROOT_DIR=`pwd`
|
||||
|
||||
#----------------------------------------------------------------
|
||||
# Look for Guile
|
||||
#----------------------------------------------------------------
|
||||
|
|
@ -1003,6 +1001,15 @@ AC_SUBST(PIKEDYNAMICLINKING)
|
|||
# Miscellaneous
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Root directory
|
||||
# Translate path for native Windows compilers on Cygwin for use with 'make check'
|
||||
ROOT_DIR=`pwd`
|
||||
case $ac_sys_system/$ac_sys_release in
|
||||
CYGWIN*) ROOT_DIR=`cygpath --mixed $ROOT_DIR`;;
|
||||
esac
|
||||
|
||||
AC_SUBST(ROOT_DIR)
|
||||
|
||||
# Configure SWIG_LIB path
|
||||
|
||||
AC_ARG_WITH(swiglibdir,[ --with-swiglibdir=DIR Put SWIG system-independent libraries into DIR.],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue