source: proiecte/HadoopJUnit/hadoop-0.20.1/src/c++/libhdfs/m4/apfunctions.m4 @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1dnl
2dnl Licensed to the Apache Software Foundation (ASF) under one or more
3dnl contributor license agreements.  See the NOTICE file distributed with
4dnl this work for additional information regarding copyright ownership.
5dnl The ASF licenses this file to You under the Apache License, Version 2.0
6dnl (the "License"); you may not use this file except in compliance with
7dnl the License.  You may obtain a copy of the License at
8dnl
9dnl     http://www.apache.org/licenses/LICENSE-2.0
10dnl
11dnl Unless required by applicable law or agreed to in writing, software
12dnl distributed under the License is distributed on an "AS IS" BASIS,
13dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14dnl See the License for the specific language governing permissions and
15dnl limitations under the License.
16dnl
17
18dnl -------------------------------------------------------------------------
19dnl Author  Pier Fumagalli <mailto:pier.fumagalli@eng.sun.com>
20dnl Version $Id$
21dnl -------------------------------------------------------------------------
22
23AC_DEFUN([AP_MSG_HEADER],[
24  printf "*** %s ***\n" "$1" 1>&2
25  AC_PROVIDE([$0])
26])
27
28AC_DEFUN([AP_CANONICAL_HOST_CHECK],[
29  AC_MSG_CHECKING([cached host system type])
30  if { test x"${ac_cv_host_system_type+set}" = x"set"  &&
31       test x"$ac_cv_host_system_type" != x"$host" ; }
32  then
33    AC_MSG_RESULT([$ac_cv_host_system_type])
34    AC_MSG_ERROR([remove the \"$cache_file\" file and re-run configure])
35  else
36    AC_MSG_RESULT(ok)
37    ac_cv_host_system_type="$host"
38  fi
39  AC_PROVIDE([$0])
40])
41
Note: See TracBrowser for help on using the repository browser.