[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure-generated *.in's
From: |
Stepan Kasal |
Subject: |
Re: configure-generated *.in's |
Date: |
Tue, 4 Jan 2005 00:46:58 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Fri, Dec 31, 2004 at 03:09:21PM -0800, J.T. Conklin wrote:
> While AC_CONFIG_PKGCONFIG_IN() is very appealing, writing a script
> that takes similar arguments and generates a *.pc.in file that can
if understand your situation correctly, you can still use
AC_CONFIG_PKGCONFIG_IN to get the *.pc.in at configure time.
You just cannot use AC_CONFIG_FILES to instantiate it.
Instead, you have to use the config.status script, as Bruce pointed out:
foo.pc: foo.pc.in
$(SHELL) $(top_builddir)/config.status --file $@:$<
Happe New Year,
Stepan