~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: logg
  • Date: 2004-01-25 15:05:18 UTC
  • Revision ID: devnull@localhost-20040125150518-hneajnri3vaantyu
Tailorized "2004-01-25 09:05:18 by logg"
Updates for version 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl aclocal.m4t generated automatically by aclocal 1.4-p6
 
1
dnl aclocal.m4t generated automatically by aclocal 1.4-p4
2
2
 
3
 
dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
3
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
4
dnl This file is free software; the Free Software Foundation
5
5
dnl gives unlimited permission to copy and/or distribute it,
6
6
dnl with or without modifications, as long as this notice is preserved.
838
838
dnl Usage:
839
839
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
840
840
 
841
 
AC_DEFUN([AM_INIT_AUTOMAKE],
842
 
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
843
 
AC_REQUIRE([AC_PROG_INSTALL])
 
841
AC_DEFUN(AM_INIT_AUTOMAKE,
 
842
[AC_REQUIRE([AC_PROG_INSTALL])
844
843
PACKAGE=[$1]
845
844
AC_SUBST(PACKAGE)
846
845
VERSION=[$2]
856
855
AC_REQUIRE([AC_ARG_PROGRAM])
857
856
dnl FIXME This is truly gross.
858
857
missing_dir=`cd $ac_aux_dir && pwd`
859
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
 
858
AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
860
859
AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
861
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
 
860
AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
862
861
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
863
862
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
864
863
AC_REQUIRE([AC_PROG_MAKE_SET])])
865
864
 
866
 
# Copyright 2002  Free Software Foundation, Inc.
867
 
 
868
 
# This program is free software; you can redistribute it and/or modify
869
 
# it under the terms of the GNU General Public License as published by
870
 
# the Free Software Foundation; either version 2, or (at your option)
871
 
# any later version.
872
 
 
873
 
# This program is distributed in the hope that it will be useful,
874
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
875
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
876
 
# GNU General Public License for more details.
877
 
 
878
 
# You should have received a copy of the GNU General Public License
879
 
# along with this program; if not, write to the Free Software
880
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
881
 
 
882
 
# AM_AUTOMAKE_VERSION(VERSION)
883
 
# ----------------------------
884
 
# Automake X.Y traces this macro to ensure aclocal.m4 has been
885
 
# generated from the m4 files accompanying Automake X.Y.
886
 
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
887
 
 
888
 
# AM_SET_CURRENT_AUTOMAKE_VERSION
889
 
# -------------------------------
890
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
891
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
892
 
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
893
 
         [AM_AUTOMAKE_VERSION([1.4-p6])])
894
 
 
895
865
#
896
866
# Check to make sure that the build environment is sane.
897
867
#
898
868
 
899
 
AC_DEFUN([AM_SANITY_CHECK],
 
869
AC_DEFUN(AM_SANITY_CHECK,
900
870
[AC_MSG_CHECKING([whether build environment is sane])
901
871
# Just in case
902
872
sleep 1
937
907
 
938
908
dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
939
909
dnl The program must properly implement --version.
940
 
AC_DEFUN([AM_MISSING_PROG],
 
910
AC_DEFUN(AM_MISSING_PROG,
941
911
[AC_MSG_CHECKING(for working $2)
942
912
# Run test in a subshell; some versions of sh will print an error if
943
913
# an executable is not found, even if stderr is redirected.
956
926
 
957
927
# serial 1
958
928
 
959
 
AC_DEFUN([AM_MAINTAINER_MODE],
 
929
AC_DEFUN(AM_MAINTAINER_MODE,
960
930
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
961
931
  dnl maintainer-mode is disabled by default
962
932
  AC_ARG_ENABLE(maintainer-mode,
973
943
 
974
944
# Define a conditional.
975
945
 
976
 
AC_DEFUN([AM_CONDITIONAL],
 
946
AC_DEFUN(AM_CONDITIONAL,
977
947
[AC_SUBST($1_TRUE)
978
948
AC_SUBST($1_FALSE)
979
949
if $2; then