From: David L. <dav...@ds...> - 2000-11-22 14:40:04
|
if i recall correctly, just run 'automake'. it runs autoheader and autoconf in the right order. you should run it just before building a release too. On Wed, 22 Nov 2000, Konstantin Chuguev typed thusly: > > I discovered that my config.h File ist empty. > The problem has been here since I started using CVS version, i.e. a month ago. > My auto* stuff ignores python-ldap/acconfig.h file for some reason and tries to > produce python-ldap/Modules/config.h file from the corresponding config.h.in > file, which is missing in CVS. Fortunately I kept the latest release version > and I got the missing file from there. I'm attaching the file just in case. You config.h.in is generated by autoheader. its all so... automatic!! > need to do make distclean and ./configure ... again. > After that you will get a correct config.h file. > I know this is not a good way of fixing the problem, but I didn't have time to > do it properly. > Or maybe that's just my mistake. > Can anybody tell me in which order I shall apply autoconf commands before doing > ./configure? -- David Leonard Dav...@ds... DSTC Room:78-632 Ph:+61 7 336 58358 The University of Queensland http://www.dstc.edu.au/ QLD 4072 AUSTRALIA B73CD65FBEF4C089B79A8EBADF1A932F13EA0FC8 Cassette tapes have an almost unlimited capacity for data. - Commodore 64 Programmer's Reference Guide (1983) |