On Thu, 25 Mar 2004, Szakacsits Szabolcs wrote:
> On Thu, 25 Mar 2004, Anton Altaparmakov wrote:
> > There is now a new snapshot with this fixed. At least works for me on
> > a RH9-ish box.
>
> This compiles, thanks.
>
> > The way I generated snapshots was (all scripted of course):
> >
> > bk export
> > cd to exported dir
> > edit configure.ac to add date to version number
> > ./autogen.sh
> > make distclean
> > tar
> > scp to sf.net
> > ssh to sf.net and run bin/add-snapshot
> >
> > This fails as you saw for me too unless I have the autoconf 2.59
> > installed.
> >
> > The new script does instead of the autogen.sh this:
> >
> > autoreconf --verbose --install --warnings=all
> > ./configure
> > make libs
> > make
> > make extra
> > and then carries on with make distclean, etc.
> >
> > This seems to work fine now.
>
> No bk export? Then it's VERY dangerous.
No, the bk export is still there. I said "instead of the autogen.sh", so
the full script now does:
bk export
cd to exported dir
edit configure.ac to add date to version number
autoreconf --verbose --install --warnings=all
./configure
make libs
make
make extra
make distclean
tar
scp to sf.net
ssh to sf.net and run bin/add-snapshot
> autoreconf also seems to be a workaround for a bug (inconsistency) that
> you, and only you, have in your tree. For me it seems during the autotools
> upgrade things got mixed up. Or SUSE 9.1 BETA autotools are buggy and in
> that case you should report ;)
What do you mean? What inconsistency?
The only reason I am running autoreconf is that I modify the version in
configure.ac and autoreconf takes configure.ac and generates configure
from it which is needed otherwise the version number in configure is not
changed...
Note that autogen.sh does autoreconf followed by ./configure, nothing
else...
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
|