Mention that auto* recommends building .pc files at build time

Fixes Freedesktop #32094
This commit is contained in:
Tollef Fog Heen 2011-04-13 21:03:15 +02:00
parent 2ec2007d8d
commit ad10a80814

View file

@ -366,8 +366,11 @@ Libs.private: -lm
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib/include
.fi
.PP
You would normally generate the file using configure, of course, so
that the prefix, etc. are set to the proper values.
You would normally generate the file using configure, so that the
prefix, etc. are set to the proper values. The GNU Autoconf manual
recommends generating files like .pc files at build time rather than
configure time, so when you build the .pc file is a matter of taste
and preference.
.PP
Files have two kinds of line: keyword lines start with a keyword plus
a colon, and variable definitions start with an alphanumeric string