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

[patch] Re: autogen.sh instructions suggestion

From: Martin Pool <mbp_at_samba.org>
Date: 2002-09-26 09:11:33 CEST

On 26 Sep 2002, Karl Fogel <kfogel@newton.ch.collab.net> wrote:

> Can you post a patch to INSTALL?
>
> (I'd mess it up right now, my brain is too fried. But you sound
> pretty cogent... :-) ).

Here it is. Suggested logentry:

* INSTALL: Add recommendation to use $AUTOCONF to find the right
  version, especially on Debian. (Martin Pool)

Index: INSTALL
===================================================================
--- INSTALL
+++ .svn/tmp/INSTALL.63180.00001.tmp 2002-09-26 17:11:13.000000000 +1000
@@ -416,6 +416,16 @@
       told where to get them from. (See the 'Build Requirements' in
       section I.)
 
+ If the command "autoconf" on your machine is not autoconf 2.50
+ or later, then you can specify the correct name with the
+ AUTOCONF variable. (The AUTOHEADER variable is similar.) This
+ may be required on Debian GNU/Linux, where "autoconf" is
+ actually a Perl program that attempts to guess which version is
+ required -- because of the interaction between Subversion and
+ APR it may get it wrong. For example:
+
+ $ AUTOCONF=autoconf2.50 sh ./autogen.sh
+
       After all components are in place, follow the usual procedure:
 
           $ ./configure --enable-maintainer-mode

-- 
Martin 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 09:13:39 2002

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.