From 0e1f88f4840cf282776ec610d29bc00b691e6ee2 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 1 Mar 2000 22:06:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@307 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SWIG/configure.in b/SWIG/configure.in index dd5b6a373..9dfc33654 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -544,6 +544,13 @@ AC_SUBST(GUILELINK) #---------------------------------------------------------------- # FIXME: Calling autoconf manually like this is wrong. --ttn, 2000/02/25 +# These commands are only intended for use in a development environment. +# When one makes a fresh CVS checkout, no 'configure' scripts exist. This +# Makes the CONFIG_SUBDIRS macro fail below. To fix this, one needs to +# generate the configure script by calling autoconf manually. This is +# not an issue in non-CVS releases--the mkdist.py script creates all +# of the configure scripts before making a tar-ball. -- beazley 2000/03/01 + if test ! -r $srcdir/Source/DOH/configure; then (cd $srcdir/Source/DOH ; autoconf) fi