[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: sub-configures for 0.28 generated by old autoconf (2.13)

From: <kfogel_at_collab.net>
Date: 2003-08-28 16:50:26 CEST

Will Partain <will.partain@verilab.com> writes:
> The configure scripts for subdirs (not the top-level one) in
> the 0.28 tarball were generated with autoconf 2.13 [sample
> diff below].
>
> This busts valid things (that worked in 0.27.0) such as...

Will: Thanks for pointing this out!

Paul: Time to make 0.28.1, I think :-).

Everyone:

Weird! We require Autoconf 2.50 or higher, right here in
configure.in:

   dnl Ensure that subversion is configured with autoconf 2.50 or newer
   dnl Don't even think about removing this check!
   AC_PREREQ(2.50)

What happened? How come this check didn't flag an error for Paul?
Paul, did you do something fancy?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 28 17:34:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.