From: mquinson Date: Fri, 7 Nov 2008 15:22:17 +0000 (+0000) Subject: Circumvent what seems to be a bug in recent libtools (circular dependency of AC_LANG_... X-Git-Tag: v3.3~120 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ae9c4b63d25c449ad638b742d70e278878b1a5c3?hp=167c68626c7d555971851ef0611681547905d7eb Circumvent what seems to be a bug in recent libtools (circular dependency of AC_LANG_COMPILER) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6001 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index c6fe50bfcb..7490971c2e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,7 @@ AC_CONFIG_HEADERS([src/gras_config.h]) AC_REVISION($Revision$) AC_CANONICAL_TARGET AC_LANG([C]) +AC_PROG_CXX AM_PROG_GCJ AM_INIT_AUTOMAKE([gnu -Wno-portability]) @@ -507,6 +508,7 @@ AC_CONFIG_FILES([ tools/gras/Makefile tools/tesh/Makefile ]) +# tools/tesh2/Makefile # GRAMINE_CUT_BEGIN