Getting Control On Feature LevelGetting Control on Feature LevelDefault you use the make command and it will control which feature package and feature sets that are included based on your config.m4. For example, you specified you wanted to use the NATi handling configuration SERi - Getting Started file, and the rest is automatic. In order to gain control on the feature level and decide specifically which features to include, you need to change your config.m4. In order to include a feature, you need to define the macro that controls it inclusion. Each feature package has a two-letter prefix. This is GS_ for Getting Started. When new features or feature packages are added to the buildsystem, the configure script will be updated to make sure that the config.m4 file that is generated documents all the available features. The configure file is thus the best documentation of all the features available. When you want to include a feature, you define in config.m4 those features you want to include. For example: define(`GS_AUTHENTICATION',`yes')dnl Parameters to makeYou will normally use three main targets:
In addition, you can specify parameters (before the target):
|
Navigation |