Changeset 978
- Timestamp:
- 11/01/08 13:27:53 (4 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
bindings/Makefile.am (modified) (1 diff)
-
bindings/idl/Makefile (deleted)
-
bindings/idl/Makefile.am (added)
-
configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/Makefile.am
r570 r978 39 39 SWIGSUB = swig 40 40 endif 41 SUBDIRS = $(F77SUB) $(F90SUB) $(JAVASUB) $(SWIGSUB) 41 if HAVE_IDL 42 IDLSUB = idl 43 endif 44 SUBDIRS = $(F77SUB) $(F90SUB) $(JAVASUB) $(SWIGSUB) $(IDLSUB) -
trunk/configure.ac
r974 r978 175 175 [if test $withval != no; then CBFLIBROOT=$withval; fi]) 176 176 AM_CONDITIONAL(HAVE_CBFLIB, [test "$CBFLIBROOT" != ""]) 177 178 AC_SUBST(IDLROOT) 179 AC_ARG_WITH([idlroot], 180 AC_HELP_STRING([--with-idlroot=/path/to/idlroot], 181 [Specify location of idl files]), 182 [if test $withval != no; then IDLROOT=$withval; fi]) 183 AM_CONDITIONAL(HAVE_IDL, [test "$IDLROOT" != ""]) 177 184 178 185 AC_SUBST(FCFLAGS) … … 609 616 bindings/java/Makefile 610 617 bindings/swig/Makefile 618 bindings/idl/Makefile 611 619 contrib/Makefile 612 620 contrib/applications/Makefile … … 625 633 F90BINDING=`if test -n "$FC" ; then echo yes ; else echo no ; fi` 626 634 JAVABINDING=`if test -n "$JAVAC" ; then echo yes ; else echo no ; fi` 635 IDLBINDING=`if test -n "$IDLROOT" ; then echo yes ; else echo no ; fi` 627 636 if test -n "$SWIG" ; then 628 637 SWIGBINDING="yes (" … … 657 666 JAVA: ${JAVABINDING} (--with-java-home=${javaroot}, JAVA=${JAVA}, JAVAC=${JAVAC}, JAVAH=${JAVAH}) 658 667 SWIG: ${SWIGBINDING} 668 IDL: ${IDLBINDING} (--with-idlroot=${IDLROOT}) 659 669 660 670 Please check whether the configuration I detected matches what you would
Note: See TracChangeset
for help on using the changeset viewer.
