Changes between Version 8 and Version 9 of pm-switch
- Timestamp:
- Nov 18, 2010 9:38:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pm-switch
v8 v9 151 151 152 152 Also it is important to note that no .pc file variables should be used in the Libs and Cflags arguments, e.g., ${libdir} or ${includedir} as in the xxx.pc.in file. 153 The reason is that i f the case that pkg-config is not installed on a system, configure parsedthe xxx-uninstalled.pc.in files itself, and this parsing code does not support variables in .pc files.153 The reason is that in the case that pkg-config is not installed on a system, configure parses the xxx-uninstalled.pc.in files itself, and this parsing code does not support variables in .pc files. 154 154 {{{ 155 155 prefix=@prefix@