On Tue, Sep 22, 2009 at 09:54:22AM -0700, Carl Christensen wrote:
> Is this still in a state of flux; I remember discussions and thought it was 
> all done?  I was trying to build on my old Debian Linux distro I use for 
> production and _autosetup bombs out, although I supposedly have all the 
> prereqs:
> 
> ca...@cmc-macbook-debian:~/projects/boinc$ ./_autosetup
> Bootstrapping configure script and makefiles:
> Checking version of 'make' >= 379... succeeded. (381)
> Checking version of 'm4' >= 104... succeeded. (104)
> Checking version of 'pkg-config' >= 15... succeeded. (21)
> Checking version of 'autoconf' >= 258... succeeded. (261)
> Checking version of 'automake' >= 108... succeeded. (110)
> autoreconf -i

Yes, I think this should be added:

diff --git a/_autosetup b/_autosetup
index 75a0b8e..7a1babc 100755
--- a/_autosetup
+++ b/_autosetup
@@ -123,6 +123,12 @@ check_version()
       exit 1;
       # build_lsc_aux "automake-1.8.5"
   fi
+  if check_version libtoolize 2.2; then
+      echo >/dev/null
+  else
+      echo "Couldn't find a new-enough version of 'libtool', please install 
one!";
+      exit 1;
+  fi
 
   ## ---------- ok, now run aclocal, automake, autohead and autoconf
   cmdline="autoreconf -i";

The version requirement could likely be lowered to 1.5 but I don't
have that version handy to verify.

Gabor

-- 
     ---------------------------------------------------------
     MTA SZTAKI Computer and Automation Research Institute
                Hungarian Academy of Sciences
     ---------------------------------------------------------
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to