| 113 --includedir C header files [PREFIX/include] |
113 --includedir C header files [PREFIX/include] |
| 114 __EOF__ |
114 __EOF__ |
| 115 fi |
115 fi |
| 116 fi |
116 fi |
| 117 if true \ |
117 if true \ |
| 118 && isplatform "bsd" \ |
118 && isplatform "freebsd" \ |
| 119 ; then |
119 ; then |
| 120 : |
120 : |
| 121 if test -z "$pkgconfigdir__described__"; then |
121 if test -z "$pkgconfigdir__described__"; then |
| 122 pkgconfigdir__described__=1 |
122 pkgconfigdir__described__=1 |
| 123 cat << '__EOF__' |
123 cat << '__EOF__' |
| 124 --pkgconfigdir location of the *.pc files |
124 --pkgconfigdir location of the *.pc files |
| 125 __EOF__ |
125 __EOF__ |
| 126 fi |
126 fi |
| 127 fi |
127 fi |
| 128 if true \ |
128 if true \ |
| 129 && notisplatform "bsd" \ |
129 && notisplatform "freebsd" \ |
| 130 ; then |
130 ; then |
| 131 : |
131 : |
| 132 if test -z "$pkgconfigdir__described__"; then |
132 if test -z "$pkgconfigdir__described__"; then |
| 133 pkgconfigdir__described__=1 |
133 pkgconfigdir__described__=1 |
| 134 cat << '__EOF__' |
134 cat << '__EOF__' |
| 249 SYMLINK__initialized__=1 |
249 SYMLINK__initialized__=1 |
| 250 SYMLINK='/bin/ln -s' |
250 SYMLINK='/bin/ln -s' |
| 251 fi |
251 fi |
| 252 fi |
252 fi |
| 253 if true \ |
253 if true \ |
| 254 && isplatform "bsd" \ |
254 && isplatform "freebsd" \ |
| 255 ; then |
255 ; then |
| 256 : |
256 : |
| 257 if test -z "$pkgconfigdir__initialized__"; then |
257 if test -z "$pkgconfigdir__initialized__"; then |
| 258 pkgconfigdir__initialized__=1 |
258 pkgconfigdir__initialized__=1 |
| 259 pkgconfigdir='${exec_prefix}/libdata/pkgconfig' |
259 pkgconfigdir='${exec_prefix}/libdata/pkgconfig' |
| 260 fi |
260 fi |
| 261 fi |
261 fi |
| 262 if true \ |
262 if true \ |
| 263 && notisplatform "bsd" \ |
263 && notisplatform "freebsd" \ |
| 264 ; then |
264 ; then |
| 265 : |
265 : |
| 266 if test -z "$pkgconfigdir__initialized__"; then |
266 if test -z "$pkgconfigdir__initialized__"; then |
| 267 pkgconfigdir__initialized__=1 |
267 pkgconfigdir__initialized__=1 |
| 268 pkgconfigdir='${libdir}/pkgconfig' |
268 pkgconfigdir='${libdir}/pkgconfig' |