From ef427a0d1abbefb27250728f541db0ac8777a079 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Fri, 6 May 2005 00:29:13 +0000 Subject: [PATCH] Small changes to help compatibility problems with earlier versions of automake than 1.9. I am now able to build with automake 1.7.3 svn path=/trunk/boinc/; revision=6050 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 500e37446c..e84f17c003 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl NOTE: on milkyway.ssl and jill.ssl , need autoconf/automake et al from quarl dnl directory; the _autosetup script does this. dnl not sure exactly what the minimum version is (but 2.13 wont work) -AC_PREREQ(2.59) +AC_PREREQ(2.57) dnl Set the BOINC version here. You can also use the set-version script. AC_INIT(BOINC, 4.68) @@ -134,7 +134,7 @@ AC_SUBST(OBJCFLAGS) AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL SAH_OPTION_BITNESS dnl Unfortunately on some 32 bit systems there is a problem with wx-widgets @@ -405,7 +405,7 @@ AM_CONDITIONAL(ENABLE_CLIENT, [test "${enable_client}" = yes]) dnl ====================================================================== dnl some vodoo required for building portable client-binary (client, clientgui) dnl ====================================================================== -AC_ARG_ENABLE([client-release], AS_HELP_STRING([--enable-client-release], +AC_ARG_ENABLE([client-release], AC_HELP_STRING([--enable-client-release], [Try building a portable "release-candidate" (currently implemented for Linux and Solaris only): \ this links libstd++ statically. You will probably need gcc-3.0 for this to produce a portable client-binary.