(ROOT_DIR): Don't set this unused var.

Copy install-sh to subdir Examples if needed.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-02-29 01:45:49 +00:00
commit 56766747bc

View file

@ -468,7 +468,9 @@ if test "$PERL" != nope; then
AC_SUBST(PERL5EXT)
AC_SUBST(ROOT_DIR)ROOT_DIR=`pwd`
#----------------------------------------------------------------
# Miscellaneous
#----------------------------------------------------------------
# FIXME: Calling autoconf manually like this is wrong. --ttn, 2000/02/25
if test ! -r $srcdir/Source/DOH/configure; then
@ -485,6 +487,7 @@ if test ! -r $srcdir/Tools/configure ; then
(cd $srcdir/Tools ; autoconf)
fi
AC_OUTPUT_COMMANDS(test -f Examples/install-sh || cp install-sh Examples)
AC_CONFIG_SUBDIRS(Source/SWILL Source/DOH Tools)
# NOTE: The following ref to `Source' should NOT be prefixed w/ `$srcdir/'.