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

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

From: Will Partain <will.partain_at_verilab.com>
Date: 2003-08-28 16:50:38 CEST

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...

   % CC=/our/bin/gcc ./configure
   Configuring Subversion 0.28.0
   creating config.nice
   configure: Apache Portable Runtime (APR) library configuration
   checking for APR... reconfig
   configuring package in apr now
   configure: warning: CC=/our/bin/gcc: invalid host type
   -- yurk ------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Keep up the good work,

Will

--- subversion--0.27.0/subversion-0.27.0/apr/configure 2003-08-14 13:27:03.000000000 +0100
+++ subversion--0.28/subversion-0.28/apr/configure 2003-08-27 16:42:47.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
+
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53.
+# Generated automatically using autoconf version 2.13

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 28 16:53:45 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.