This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Configure tool/cvs repository trouble


>>>>> "Patrick" == Patrick Guio <patrick.guio@fys.uio.no> writes:

Patrick> If I just "touch configure" then everything is running ok
Patrick> again. I am not sure which of the package is generating this
Patrick> trouble nut is there any policy/strategy of using
Patrick> configuration tool together with a cvs repository?

There is no consensus, but autoreconf tries to address the issue f
``bootstrapping'' the package.  autoreconf 2.53 is not too bad, but
CVS autoreconf does quite a good job.  When I have such dependencies,
I always

        autoreconf -fvi

and the right thing happens.  Gettext 0.11.3 will make it even easier
for packages that depend on Gettext (I mean, having installed 0.11.3
will make it work for _any_ version of Gettext, including oldies such
as 0.10.35 etc.).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]