- Timestamp:
- 2015-11-21T18:02:10Z (9 years ago)
- Branches:
- master
- Children:
- c34247d
- Parents:
- fa8f57b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rfa8f57b r2f8e3ca 25 25 sysroot='' 26 26 27 configure_args="$@" 28 27 29 # Set these to default-on to let it be overriden by either the user or purple 28 30 # … … 177 179 cat <<EOF >Makefile.settings 178 180 ## BitlBee settings, generated by configure 181 182 # ./configure $configure_args 183 179 184 PREFIX=$prefix 180 185 BINDIR=$bindir … … 228 233 Do *NOT* use any of these defines in your code without thinking twice, most 229 234 of them can/will be overridden at run-time */ 235 236 #define BITLBEE_CONFIGURE_ARGS "$configure_args" 230 237 231 238 #define CONFIG "$config"
Note: See TracChangeset
for help on using the changeset viewer.