[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoheader failing with multiple source AC_CONFIG_HEADERS
From: |
Ross Burton |
Subject: |
autoheader failing with multiple source AC_CONFIG_HEADERS |
Date: |
Thu, 14 Jun 2007 12:09:16 +0100 |
I want to add some custom tests to config.h, so I do this:
AC_CONFIG_HEADERS([config.h:config.h.in:config.h.post])
Which I interpret from the documentation as generate config.h from
config.h.in and config.h.post. I have created config.h.post, and want
autoheader to generate config.h.in. However, when autoheader runs it
creates a file called "config.h.in:config.h.post".
Ross
--
Ross Burton mail: address@hidden
jabber: address@hidden
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
signature.asc
Description: This is a digitally signed message part
- autoheader failing with multiple source AC_CONFIG_HEADERS,
Ross Burton <=