Deleted Added
full compact
aclocal.m4 (175297) aclocal.m4 (186691)
1# generated automatically by aclocal 1.10 -*- Autoconf -*-
2
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006 Free Software Foundation, Inc.
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8

--- 6671 unchanged lines hidden (view full) ---

6680if test -d .tst; then
6681 am__leading_dot=.
6682else
6683 am__leading_dot=_
6684fi
6685rmdir .tst 2>/dev/null
6686AC_SUBST([am__leading_dot])])
6687
1# generated automatically by aclocal 1.10 -*- Autoconf -*-
2
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4# 2005, 2006 Free Software Foundation, Inc.
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8

--- 6671 unchanged lines hidden (view full) ---

6680if test -d .tst; then
6681 am__leading_dot=.
6682else
6683 am__leading_dot=_
6684fi
6685rmdir .tst 2>/dev/null
6686AC_SUBST([am__leading_dot])])
6687
6688# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
6689# From Jim Meyering
6690
6691# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
6692# Free Software Foundation, Inc.
6693#
6694# This file is free software; the Free Software Foundation
6695# gives unlimited permission to copy and/or distribute it,
6696# with or without modifications, as long as this notice is preserved.
6697
6698# serial 4
6699
6700AC_DEFUN([AM_MAINTAINER_MODE],
6701[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
6702 dnl maintainer-mode is disabled by default
6703 AC_ARG_ENABLE(maintainer-mode,
6704[ --enable-maintainer-mode enable make rules and dependencies not useful
6705 (and sometimes confusing) to the casual installer],
6706 USE_MAINTAINER_MODE=$enableval,
6707 USE_MAINTAINER_MODE=no)
6708 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
6709 AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
6710 MAINT=$MAINTAINER_MODE_TRUE
6711 AC_SUBST(MAINT)dnl
6712]
6713)
6714
6715AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
6716
6717# Check to see how 'make' treats includes. -*- Autoconf -*-
6718
6719# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
6720#
6721# This file is free software; the Free Software Foundation
6722# gives unlimited permission to copy and/or distribute it,
6723# with or without modifications, as long as this notice is preserved.
6724

--- 36 unchanged lines hidden (view full) ---

6761 fi
6762fi
6763AC_SUBST([am__include])
6764AC_SUBST([am__quote])
6765AC_MSG_RESULT([$_am_result])
6766rm -f confinc confmf
6767])
6768
6688# Check to see how 'make' treats includes. -*- Autoconf -*-
6689
6690# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
6691#
6692# This file is free software; the Free Software Foundation
6693# gives unlimited permission to copy and/or distribute it,
6694# with or without modifications, as long as this notice is preserved.
6695

--- 36 unchanged lines hidden (view full) ---

6732 fi
6733fi
6734AC_SUBST([am__include])
6735AC_SUBST([am__quote])
6736AC_MSG_RESULT([$_am_result])
6737rm -f confinc confmf
6738])
6739
6740# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
6741# Free Software Foundation, Inc.
6742#
6743# This file is free software; the Free Software Foundation
6744# gives unlimited permission to copy and/or distribute it,
6745# with or without modifications, as long as this notice is preserved.
6746
6747# serial 5
6748
6749# AM_PROG_CC_C_O
6750# --------------
6751# Like AC_PROG_CC_C_O, but changed for automake.
6752AC_DEFUN([AM_PROG_CC_C_O],
6753[AC_REQUIRE([AC_PROG_CC_C_O])dnl
6754AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6755AC_REQUIRE_AUX_FILE([compile])dnl
6756# FIXME: we rely on the cache variable name because
6757# there is no other way.
6758set dummy $CC
6759ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
6760if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6761 # Losing compiler, so override with the script.
6762 # FIXME: It is wrong to rewrite CC.
6763 # But if we don't then we get into trouble of one sort or another.
6764 # A longer-term fix would be to have automake use am__CC in this case,
6765 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6766 CC="$am_aux_dir/compile $CC"
6767fi
6768dnl Make sure AC_PROG_CC is never called again, or it will override our
6769dnl setting of CC.
6770m4_define([AC_PROG_CC],
6771 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
6772])
6773
6769# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
6770
6771# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
6772# Free Software Foundation, Inc.
6773#
6774# This file is free software; the Free Software Foundation
6775# gives unlimited permission to copy and/or distribute it,
6776# with or without modifications, as long as this notice is preserved.

--- 276 unchanged lines hidden ---
6774# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
6775
6776# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
6777# Free Software Foundation, Inc.
6778#
6779# This file is free software; the Free Software Foundation
6780# gives unlimited permission to copy and/or distribute it,
6781# with or without modifications, as long as this notice is preserved.

--- 276 unchanged lines hidden ---