Am Mit, 2002-08-21 um 17.31 schrieb [EMAIL PROTECTED]: > 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],[[EMAIL PROTECTED]]) > 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
