aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2002-12-03 19:48:46 +0000
committerThien-Thi Nguyen <ttn@glug.org>2002-12-03 19:48:46 +0000
commit5cb10d5d1f1d4ee9d95cc6a9504df1525778fc0e (patch)
tree5e658b8e59a9485b47a22c17c1f3cfd280deff7d /configure.in
parent5de5df32629ce46ed3a6e5cb57f79a309e045d67 (diff)
downloadswig-5cb10d5d1f1d4ee9d95cc6a9504df1525778fc0e.tar.gz
(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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 22e8ec183..444acb1fd 100644
--- a/configure.in
+++ b/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 \