(AC_CONFIG_SUBDIRS): Remove Source/DOH.
(configure_substituted_files): Add Source/DOH/Makefile and Source/DOH/Doh/Makefile. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4147 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5de5df3262
commit
5cb10d5d1f
1 changed files with 6 additions and 4 deletions
10
configure.in
10
configure.in
|
|
@ -88,7 +88,7 @@ if test -z "$LDSHARED"
|
|||
then
|
||||
case $ac_sys_system/$ac_sys_release in
|
||||
AIX*) LDSHARED="\$(srcdir)/ld_so_aix \$(CC)";;
|
||||
CYGWIN*)
|
||||
CYGWIN*)
|
||||
if test "$GCC" = yes; then
|
||||
LDSHARED="$CC -shared"
|
||||
else
|
||||
|
|
@ -692,7 +692,7 @@ fi
|
|||
|
||||
# java.exe on Cygwin requires the Windows standard (Pascal) calling convention as it is a normal Windows executable and not a Cygwin built executable
|
||||
case $ac_sys_system/$ac_sys_release in
|
||||
CYGWIN*)
|
||||
CYGWIN*)
|
||||
if test "$GCC" = yes; then
|
||||
JAVADYNAMICLINKING=" -Wl,--add-stdcall-alias"
|
||||
else
|
||||
|
|
@ -1048,7 +1048,7 @@ AC_SUBST(release_suffix)
|
|||
# an 'install-sh' script in the Examples directory?
|
||||
###########
|
||||
|
||||
AC_CONFIG_SUBDIRS(Source/DOH Tools)
|
||||
AC_CONFIG_SUBDIRS(Tools)
|
||||
|
||||
# NOTE: The following ref to `Source' should NOT be prefixed w/ `$srcdir/'.
|
||||
# We can remove it if `Source' ever has a generated file but not before.
|
||||
|
|
@ -1058,12 +1058,14 @@ dnl We use the following in `AC_OUTPUT' and "make distclean".
|
|||
configure_substituted_files=`echo \
|
||||
Examples/Makefile \
|
||||
Examples/guile/Makefile \
|
||||
Examples/GIFPlot/Makefile \
|
||||
Examples/GIFPlot/Makefile \
|
||||
Examples/GIFPlot/Lib/Makefile \
|
||||
Makefile \
|
||||
Runtime/Makefile \
|
||||
Source/Include/swigver.h \
|
||||
Source/CParse/Makefile \
|
||||
Source/DOH/Makefile \
|
||||
Source/DOH/Doh/Makefile \
|
||||
Source/Modules1.1/Makefile \
|
||||
Source/Preprocessor/Makefile \
|
||||
Source/Swig/Makefile \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue