autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config.h HOW TO GENERATE !!!!


From: Ralf Corsepius
Subject: Re: config.h HOW TO GENERATE !!!!
Date: 21 Aug 2002 17:57:24 +0200

Am Mit, 2002-08-21 um 17.31 schrieb address@hidden:
> Hello,
> 
> I'm a little bored with this CONFIG.H problem ....
> 
> Here my configure.ac files, generated first with
> autoscan-2.53.
> 
> AC_INIT([CDK-MAIN],[1.0],address@hidden)
> AC_CONFIG_HEADERS([config.h:config/config.h.in])

> Tell me if I'm wrong but according to the documentation,
> I would expect to have a config.h file in directory
> "config/", no ??
No. The AC_CONFIG_HEADERS line above tells autoheader to generate
config.h from config/config.h.in 

> Please, could someone help me ....

If you want config/config.h you might want to use either
AC_CONFIG_HEADERS([config/config.h])
or 
AC_CONFIG_HEADERS([config/config.h:config/config.h.in])

Ralf







reply via email to

[Prev in Thread] Current Thread [Next in Thread]