On Thu, Sep 17, 2009 at 01:17:51PM -0700, David Anderson wrote:
> Using the latest libtool.m4 on FC8, _autosetup gives the following.
> I'll go back to the older libtool.m4
> -- David
[It seems the full patch was too big for the mailing list]
It would be much better to use the following patch and remove ltmain.sh
and m4/libtool.m4 from SVN. Since _autosetup already requires autoconf
2.58, take advantage of it.
diff --git a/_autosetup b/_autosetup
index 3a1a794..c503f21 100755
--- a/_autosetup
+++ b/_autosetup
@@ -125,7 +125,7 @@ check_version()
fi
## ---------- ok, now run aclocal, automake, autohead and autoconf
- cmdline="aclocal -I m4 && autoheader && automake && autoconf";
+ cmdline="autoreconf -i"
echo "$cmdline"
if eval $cmdline; then
echo "Done, now run ./configure"
diff --git a/configure.ac b/configure.ac
index aba37fb..013a94c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,8 @@ dnl -*- autoconf -*-
dnl $Id$
dnl not sure exactly what the minimum version is (but 2.13 wont work)
-AC_PREREQ(2.57)
+AC_PREREQ(2.58)
+AC_CONFIG_MACRO_DIR([m4])
dnl Set the BOINC version here. You can also use the set-version script.
AC_INIT(BOINC, 6.11.0)
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.