X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=m4%2Fcacaoh.m4;fp=m4%2Fcacaoh.m4;h=0000000000000000000000000000000000000000;hb=345ceab5946711a40fdeefb55a0cf469960146d0;hp=1c19667e82f209d9ae3fd26aa029eba4aaf84826;hpb=9d4cb0889f6539fc4f2a82784dc4664b1a0f332d;p=cacao.git diff --git a/m4/cacaoh.m4 b/m4/cacaoh.m4 deleted file mode 100644 index 1c19667e8..000000000 --- a/m4/cacaoh.m4 +++ /dev/null @@ -1,34 +0,0 @@ -dnl m4/cacaoh.m4 -dnl -dnl Copyright (C) 2007, 2008 -dnl CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO -dnl -dnl This file is part of CACAO. -dnl -dnl This program is free software; you can redistribute it and/or -dnl modify it under the terms of the GNU General Public License as -dnl published by the Free Software Foundation; either version 2, or (at -dnl your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, but -dnl WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -dnl 02110-1301, USA. - - -dnl check which cacaoh to use - -AC_DEFUN([AC_CHECK_WITH_CACAOH],[ -AC_MSG_CHECKING(which cacaoh to use (for crosscompilation)) -AC_ARG_WITH([cacaoh], - [AS_HELP_STRING(--with-cacaoh,which cacaoh to use [[default=$(top_builddir)/src/cacaoh/cacaoh]])], - [CACAOH="${withval}"], - [CACAOH=["\$(top_builddir)/src/cacaoh/cacaoh"]]) -AC_MSG_RESULT(${CACAOH}) -AC_SUBST(CACAOH) -])