summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/configure.ac')
-rw-r--r--Build/source/utils/asymptote/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/configure.ac b/Build/source/utils/asymptote/configure.ac
index 5846600fa03..b6f6ccdbdcf 100644
--- a/Build/source/utils/asymptote/configure.ac
+++ b/Build/source/utils/asymptote/configure.ac
@@ -3,15 +3,13 @@
# this file.
AC_PREREQ(2)
-AC_INIT([Asymptote],[1.86],[http://sourceforge.net/projects/asymptote])
+AC_INIT([Asymptote],[1.87],[http://sourceforge.net/projects/asymptote])
VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
test "$CFLAGS" || CFLAGS="-g -O3"
-AC_C_BIGENDIAN(AC_DEFINE(WORDS_BIG_ENDIAN, 1,
- [Define if words are stored with the most significant byte first.]),AC_DEFINE(WORDS_LITTLE_ENDIAN, 1 ,
- [Define if words are stored with the least significant byte first.]))
+AC_C_BIGENDIAN
test "$prefix" = NONE && prefix=/usr/local
Datadir=$datadir