Changeset 1000 for trunk/configure.ac
- Timestamp:
- 21/06/08 11:50:37 (4 years ago)
- File:
-
- 1 edited
-
trunk/configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r978 r1000 221 221 222 222 AC_ARG_WITH([swig], AC_HELP_STRING([--with-swig=swig compiler], [Specify path of swig compiler]), [with_swig=$withval], [with_swig=]) 223 if test x$with_ python != xno -o x$with_tcl != xno -o x$with_guile != xno; then223 if test x$with_tcl != xno -o x$with_guile != xno; then 224 224 if test x$with_swig != xyes; then 225 225 SWIG=$with_swig … … 617 617 bindings/swig/Makefile 618 618 bindings/idl/Makefile 619 bindings/python/Makefile 619 620 contrib/Makefile 620 621 contrib/applications/Makefile … … 634 635 JAVABINDING=`if test -n "$JAVAC" ; then echo yes ; else echo no ; fi` 635 636 IDLBINDING=`if test -n "$IDLROOT" ; then echo yes ; else echo no ; fi` 637 PYTHONBINDING=`if test -n "$PYTHONROOT" ; then echo yes ; else echo no ; fi` 636 638 if test -n "$SWIG" ; then 637 639 SWIGBINDING="yes (" 638 640 test -n "$TCLROOT" && SWIGBINDING="$SWIGBINDING tcl" 639 641 test -n "$GUILEROOT" && SWIGBINDING="$SWIGBINDING guile" 640 test -n "$PYTHONROOT" && SWIGBINDING="$SWIGBINDING python"641 642 SWIGBINDING="$SWIGBINDING ) SWIG=${SWIG}" 642 643 else … … 666 667 JAVA: ${JAVABINDING} (--with-java-home=${javaroot}, JAVA=${JAVA}, JAVAC=${JAVAC}, JAVAH=${JAVAH}) 667 668 SWIG: ${SWIGBINDING} 668 IDL: ${IDLBINDING} (--with-idlroot=${IDLROOT}) 669 IDL: ${IDLBINDING} (--with-idlroot=${IDLROOT}) 670 PYTHON: ${PYTHONBINDING} 669 671 670 672 Please check whether the configuration I detected matches what you would
Note: See TracChangeset
for help on using the changeset viewer.
