[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure-generated *.in's
From: |
J.T. Conklin |
Subject: |
Re: configure-generated *.in's |
Date: |
Thu, 30 Dec 2004 20:33:56 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, berkeley-unix) |
Sorry to follow-up to myself, but with a little help from autoreconf's
-verbose flag I just figured out that this may be failing in automake,
not autoconf. The underlying problem remains.
--jtc
address@hidden (J.T. Conklin) writes:
> Roger Leigh's AC_CONFIG_PKGCONFIG_IN macro from the autoconf macro
> archive generates a *.pc.in files. The intent seems to be for the
> *.pc.in file to be post-processed by AC_CONFIG_FILES to expand any
> @macros@, and then the resulting *.pc file can be installed for use
> by pkg-config.
>
> However, if I add foo.pc to AC_CONFIG_FILES, autoconf complains that
> foo.pc.in does not exist (which it does not). However, if I omit it,
> foo.pc.in is generated at configure-time, but foo.pc is not.
>
> Does anyone have any clue how to use this macro?
>
> --jtc
--
J.T. Conklin
- Re: configure-generated *.in's,
J.T. Conklin <=