src/main/resources/make/configure.vm

changeset 128
22f7262475e7
parent 127
33bc4ae5d7cf
child 129
b38ea78d842c
equal deleted inserted replaced
127:33bc4ae5d7cf 128:22f7262475e7
105 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 105 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
106 --infodir=DIR info documentation [DATAROOTDIR/info] 106 --infodir=DIR info documentation [DATAROOTDIR/info]
107 --mandir=DIR man documentation [DATAROOTDIR/man] 107 --mandir=DIR man documentation [DATAROOTDIR/man]
108 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 108 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
109 109
110 Build Types:
111 --debug add extra compile flags for debug builds
112 --release add extra compile flags for release builds
110 #if( $options.size() > 0 ) 113 #if( $options.size() > 0 )
114
111 Options: 115 Options:
112 --debug add extra compile flags for debug builds
113 --release add extra compile flags for release builds
114 #foreach( $opt in $options ) 116 #foreach( $opt in $options )
115 --${opt.argument}=${opt.valuesString} 117 --${opt.argument}=${opt.valuesString}
116 #end 118 #end
117
118 #end 119 #end
119 #if( $features.size() > 0 ) 120 #if( $features.size() > 0 )
121
120 Optional Features: 122 Optional Features:
121 #foreach( $feature in $features ) 123 #foreach( $feature in $features )
122 ${feature.helpText} 124 ${feature.helpText}
123 #end 125 #end
124 126 #end
125 #end 127
126 __EOF__ 128 __EOF__
127 } 129 }
128 130
129 # create temporary directory 131 # create temporary directory
130 TEMP_DIR=".tmp-`uname -n`" 132 TEMP_DIR=".tmp-`uname -n`"

mercurial