1
dnl aclocal.m4t generated automatically by aclocal 1.4-p6
1
dnl aclocal.m4t generated automatically by aclocal 1.4-p4
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.
839
839
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
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])
845
844
AC_SUBST(PACKAGE)
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])])
866
# Copyright 2002 Free Software Foundation, Inc.
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)
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.
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
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"])
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])])
896
866
# Check to make sure that the build environment is sane.
899
AC_DEFUN([AM_SANITY_CHECK],
869
AC_DEFUN(AM_SANITY_CHECK,
900
870
[AC_MSG_CHECKING([whether build environment is sane])
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.