aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-27 11:05:52 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-27 11:05:52 +0000
commitbc3dd74e510c77a11ddc81a95e207023cfd629af (patch)
tree3962bc270014dfea3cd9a855be0d6d8ed308889f /configure.ac
parentded1d9f1137b1f747eb62de938f14ad7eff82036 (diff)
downloadopen-axiom-bc3dd74e510c77a11ddc81a95e207023cfd629af.tar.gz
Fix 'make install'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 37a8d657..5f3e52e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and
dnl auxiliary tools where appropriate.
dnl
-AC_INIT([OpenAxiom], [1.4.0-2010-11-25],
+AC_INIT([OpenAxiom], [1.4.0-2010-11-27],
[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files
@@ -78,10 +78,6 @@ fi
axiom_build_sharedir=$axiom_builddir/share
-## Accumulate list of utils needed for the build platform
-oa_all_prerequisites=
-AC_SUBST(oa_all_prerequisites)
-
OPENAXIOM_HOST_COMPILERS
AM_CONDITIONAL([OA_BUILD_GCL], [test x$oa_include_gcl = xyes])