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 _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf