On 02-04-24 13:58:58 CEST, Josef Vesely wrote: > Dne st 24. duben 2002 10:38 jste napsal(a): > > On 02-04-24 00:40:06 CEST, Josef Vesely wrote: > > > 1. Something wrong is in the root Makefile. > > > When I type "make help" "make ca" or "make ext", it automaticly run "make > > > configure" without any reason. > > there is no rule that runs "make configure" in the top level Makefile. > > do you mean it runs autoconf? > > yes, it runs autoconf with some errors and then deletes configure flie. > I found lines > configure: configure.in > autoconf > in the root Makefile, so I comment it and then it works.
that's a workaround, or could simply `touch configure`. > > this usually means that the configure.in is newer than the configure > > file. > > is it? > > Yes, you are right: > > -rwxr-xr-x 1 root users 177043 dub 23 15:05 configure* > -rw-r--r-- 1 root users 24194 dub 23 15:16 configure.in this shouldn't happen. either this was contained like this in the snapshot, then it was michael's fault (he didn't run autoconf afterwards), or you did it and then it's your fault, of course! :-) the Makefile is perfectly ok, it automatically updates the configure script when configure.in has been changed. > make runs autononf report some errors don't bother, you are not expected to run autoconf (or even have it installed). rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
