Changeset 1432
- Timestamp:
- Nov 1, 2009 11:46:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/BSPsplit/coin.m4
r1431 r1432 3781 3781 # flags to use when linking against this module and the directories where the module data resists. 3782 3782 # It also defines a COIN_HAS_MODULE preprocessor macro and makefile conditional. 3783 # Further, tolower(coin_has_$1) is set to "yes" and the packages of the module are added to 3784 # the REQUIREDPACKAGES variable, which can be used to setup a .pc file. 3783 3785 # The argument should be the name (MODULE) of the module (in correct lower 3784 3786 # and upper case), and a list of projects that belong to this module. 3785 #, optionally a directory where to look at it, and3786 # optionally a file that need to be present in the package directory.3787 3787 # 3788 3788 # It is also possible to specify a preinstalled version of this module … … 3867 3867 [ m4_tolower(coin_has_$1)=yes 3868 3868 AC_MSG_RESULT([yes: $m4_toupper($1)_VERSIONS]) 3869 REQUIREDPACKAGES="$REQUIREDPACKAGES $module_content" 3870 AC_SUBST(REQUIREDPACKAGES) 3869 3871 ], 3870 3872 [ m4_tolower(coin_has_$1)=notGiven … … 3888 3890 if test "x$m4_toupper($1)_LIBS" != x ; then 3889 3891 AC_MSG_NOTICE([$1 LIBS are $m4_toupper($1)_LIBS]) 3890 ADDLIBS="$m4_toupper($1)_LIBS $ADDLIBS"3891 3892 fi 3892 3893 if test "x$m4_toupper($1)_DATA" != x ; then
Note: See TracChangeset
for help on using the changeset viewer.