summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
committerKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
commitd9b69c486ff463e30179a9e8bdacf6710f0ebc91 (patch)
tree1ff82edb1147b80fc710394e364298779bc5b4d1 /Build/source/utils/asymptote/configure.ac
parent8a2548cb37acbacd1a379a9771b3076788a210f0 (diff)
asy 1.78
git-svn-id: svn://tug.org/texlive/trunk@13994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/configure.ac')
-rw-r--r--Build/source/utils/asymptote/configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/configure.ac b/Build/source/utils/asymptote/configure.ac
index 7013f0eac33..7f62e565a89 100644
--- a/Build/source/utils/asymptote/configure.ac
+++ b/Build/source/utils/asymptote/configure.ac
@@ -3,7 +3,7 @@
# this file.
AC_PREREQ(2)
-AC_INIT([Asymptote],[1.77],[http://sourceforge.net/projects/asymptote])
+AC_INIT([Asymptote],[1.78],[http://sourceforge.net/projects/asymptote])
VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
@@ -109,6 +109,9 @@ if test "$GXX" = yes ; then
fi
fi
+AC_CHECK_HEADER(tr1/unordered_map,,
+ [AC_CHECK_HEADER(ext/hash_map,,OPTIONS=$OPTIONS"-DNOHASH ")])
+
GCVERSION=gc-7.1
AC_CHECK_FILE($GCVERSION.tar.gz,
@@ -194,8 +197,6 @@ AC_ARG_ENABLE(gc-full-debug,
AC_CHECK_FUNC(getopt_long_only, AC_DEFINE(HAVE_GNU_GETOPT_H, 1,
[Define if getopt.h is the GNU version]),
getopt="getopt getopt1",)
-AC_CHECK_HEADER(tr1/unordered_map,,
- [AC_CHECK_HEADER(ext/hash_map,,OPTIONS=$OPTIONS"-DNOHASH ")])
AC_SUBST(getopt)
AC_SUBST(GCDIR)