Daniel has a point, that the @VAR@ strings need to be protected against configure...
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Nov 2007 09:00:27 +0000 (09:00 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Nov 2007 09:00:27 +0000 (09:00 +0000)
commit422e5a80cbb3df8e28b95c305675e38292400a7e
treec18f6c8c939e2a55b943faabd9503fa5fd1e5d10
parent10e4af99b8879f1a0ddad9908bc3c838e3aeab96
Daniel has a point, that the @VAR@ strings need to be protected against configure expansion
We thus introduce quoting again here, but using only double quotes seems a safer choice though:
This variable is used as
sed -e '$(pkgconf_SUBST)'
so quote matching does not happen the way it seems at first glance
m4/pkgconfig.am