And this is working in the trunk. Thanks. -Eric
On Tue, 17 Jul 2012, Oliver Bock wrote: > Hi David, > > Finally... > > > diff --git a/configure.ac b/configure.ac > index 6557b99..c37542e 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -37,7 +37,11 @@ fi > dnl Checks for programs. > AC_PROG_CC > AC_PROG_CXX > -AC_PROG_OBJCXX > +dnl ------ > +dnl Workaround for autoconf >= 2.65 backwards incompatibility > +m4_pattern_allow([AC_PROG_OBJCXX]) > +m4_ifdef([AC_PROG_OBJCXX],[AC_PROG_OBJCXX],) > +dnl ------ > AC_PROG_F77 > AC_PROG_CPP > AC_PROG_MAKE_SET _______________________________________________ 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.
