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

Re: svn commit: rev 7225 - in trunk: . build/ac-macros

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2003-09-28 22:55:41 CEST

I submitted it to the list maybe 15 minutes before you committed. [ I did
not see the mail myself yet... wondering why ] So by then you were probably
running a compile to test your changes....

About the patch: No problem, you can find it at the end of this mail.

bye,

Erik.

> Erik Huelsmann wrote:
>
> >Brane,
> >
> >If you decide to go for more than one argument, then would it not be an
> idea
> >to define the lowest and highest supported versions with a regex to
> disallow
> >intermediate ones? I submitted the patch to keep just one regex to
> minimize
> >the impact of changing versions.
> >
> >
> I must've missed your patch, and somehow can't find it in the archives
> (surprise, surprise... :-( ) or my mailboxen. Could you repost it,
> please? Thanks.
>

Index: configure.in
===================================================================
--- configure.in (revision 7224)
+++ configure.in (working copy)
@@ -121,8 +121,8 @@

 dnl verify apr version and set apr flags
 changequote(<<, >>)
-APR_VER_REGEX="0\.9\.[4-9]"
-APU_VER_REGEX="0\.9\.[4-9]"
+APR_VER_REGEX="0\.9\.[4-9]\|1\.0\.0"
+APU_VER_REGEX="0\.9\.[4-9]\|1\.0\.0"
 changequote([, ])

 SVN_LIB_APR($APR_VER_REGEX)

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
Jetzt kostenlos anmelden unter http://www.gmx.net
+++ GMX - die erste Adresse für Mail, Message, More! +++
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 28 22:56:17 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.