Line 1... |
Line 1... |
# aclocal.m4 generated automatically by aclocal 1.6 -*- Autoconf -*-
|
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
|
|
|
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
Line 84... |
Line 84... |
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
|
|
# Some tools Automake needs.
|
# Some tools Automake needs.
|
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
AC_REQUIRE([AM_SANITY_CHECK])dnl
|
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
AM_MISSING_PROG(ACLOCAL, "aclocal-${am__api_version}")
|
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
AM_MISSING_PROG(AUTOCONF, autoconf)
|
AM_MISSING_PROG(AUTOCONF, autoconf)
|
AM_MISSING_PROG(AUTOMAKE, "automake-${am__api_version}")
|
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
AM_MISSING_PROG(AUTOHEADER, autoheader)
|
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
AM_MISSING_PROG(MAKEINFO, makeinfo)
|
AM_MISSING_PROG(AMTAR, tar)
|
AM_MISSING_PROG(AMTAR, tar)
|
AM_PROG_INSTALL_SH
|
AM_PROG_INSTALL_SH
|
AM_PROG_INSTALL_STRIP
|
AM_PROG_INSTALL_STRIP
|
Line 136... |
Line 136... |
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
# -------------------------------
|
# -------------------------------
|
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
[AM_AUTOMAKE_VERSION([1.6])])
|
[AM_AUTOMAKE_VERSION([1.6.3])])
|
|
|
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
|
|
# Copyright 2001, 2002 Free Software Foundation, Inc.
|
# Copyright 2001, 2002 Free Software Foundation, Inc.
|
|
|
Line 468... |
Line 468... |
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
AC_REQUIRE([AM_DEP_TRACK])dnl
|
AC_REQUIRE([AM_DEP_TRACK])dnl
|
|
|
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
[$1], CXX, [depcc="$CXX" am_compiler_list=],
|
[$1], CXX, [depcc="$CXX" am_compiler_list=],
|
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
|
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
[$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
[depcc="$$1" am_compiler_list=])
|
[depcc="$$1" am_compiler_list=])
|
|
|
AC_CACHE_CHECK([dependency style of $depcc],
|
AC_CACHE_CHECK([dependency style of $depcc],
|
[am_cv_$1_dependencies_compiler_type],
|
[am_cv_$1_dependencies_compiler_type],
|
Line 593... |
Line 593... |
# ------------------------------
|
# ------------------------------
|
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
[for mf in $CONFIG_FILES; do
|
[for mf in $CONFIG_FILES; do
|
# Strip MF so we end up with the name of the file.
|
# Strip MF so we end up with the name of the file.
|
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
|
# Check whether this is an Automake generated Makefile or not.
|
|
# We used to match only the files named `Makefile.in', but
|
|
# some people rename them; so instead we look at the file content.
|
|
# Grep'ing the first line is not enough: some people post-process
|
|
# each Makefile.in and add a new line on top of each file to say so.
|
|
# So let's grep whole file.
|
|
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
|
dirpart=`AS_DIRNAME("$mf")`
|
dirpart=`AS_DIRNAME("$mf")`
|
else
|
else
|
continue
|
continue
|
fi
|
fi
|
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
|
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
|