(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:
parent
4c38d8a1d9
commit
56766747bc
1 changed files with 4 additions and 1 deletions
|
|
@ -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/'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue