/[bison]/bison/aclocal.m4
ViewVC logotype

Diff of /bison/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.10 by akim, Mon Nov 5 15:15:45 2001 UTC revision 1.4.2.11 by akim, Thu Jan 3 11:09:46 2002 UTC
# Line 1  Line 1 
1  # aclocal.m4 generated automatically by aclocal 1.5a -*- Autoconf -*-  # aclocal.m4 generated automatically by aclocal 1.5c -*- Autoconf -*-
2    
3  # Copyright 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1996, 1997, 1998, 1999, 2000, 2001
4  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
# Line 33  Line 33 
33  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
34  # 02111-1307, USA.  # 02111-1307, USA.
35    
36  # serial 6  # serial 7
37    
38  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
39  # written in clear, in which case automake, when reading aclocal.m4,  # written in clear, in which case automake, when reading aclocal.m4,
# Line 55  AC_DEFUN([AM_INIT_AUTOMAKE], Line 55  AC_DEFUN([AM_INIT_AUTOMAKE],
55  # test to see if srcdir already configured  # test to see if srcdir already configured
56  if test "`cd $srcdir && pwd`" != "`pwd`" &&  if test "`cd $srcdir && pwd`" != "`pwd`" &&
57     test -f $srcdir/config.status; then     test -f $srcdir/config.status; then
58    AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first])    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
59  fi  fi
60    
61  # Define the identity of the package.  # Define the identity of the package.
# Line 177  AC_MSG_RESULT(yes)]) Line 177  AC_MSG_RESULT(yes)])
177  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
178  # 02111-1307, USA.  # 02111-1307, USA.
179    
180  # serial 2  # serial 3
181    
182  # AM_MISSING_PROG(NAME, PROGRAM)  # AM_MISSING_PROG(NAME, PROGRAM)
183  # ------------------------------  # ------------------------------
# Line 199  if eval "$MISSING --run true"; then Line 199  if eval "$MISSING --run true"; then
199    am_missing_run="$MISSING --run "    am_missing_run="$MISSING --run "
200  else  else
201    am_missing_run=    am_missing_run=
202    am_backtick='`'    AC_MSG_WARN([`missing' script is too old or missing])
   AC_MSG_WARN([${am_backtick}missing' script is too old or missing])  
203  fi  fi
204  ])  ])
205    
# Line 495  AC_SUBST([AMDEPBACKSLASH]) Line 494  AC_SUBST([AMDEPBACKSLASH])
494  # ------------------------------  # ------------------------------
495  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
496  [for mf in $CONFIG_FILES; do  [for mf in $CONFIG_FILES; do
497    case $mf in    # Strip MF so we end up with the name of the file.
498    Makefile) dirpart=.;;    mf=`echo "$mf" | sed -e 's/:.*$//'`
499    */Makefile) dirpart=`AS_DIRNAME("$mf")`;;    if (head -1 $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
500    *) continue;;      dirpart=`AS_DIRNAME("$mf")`
501    esac    else
502        dirpart=
503      fi
504    grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue    grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
505    # Extract the definition of DEP_FILES from the Makefile without    # Extract the definition of DEP_FILES from the Makefile without
506    # running `make'.    # running `make'.
# Line 546  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] Line 547  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
547       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
548  ])  ])
549    
550  # AM_MAKE_INCLUDE()  # Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-
 # -----------------  
 # Check to see how make treats includes.  
   
 # Copyright 2001 Free Software Foundation, Inc.  
551    
552  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
553  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 567  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] Line 564  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
564  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
565  # 02111-1307, USA.  # 02111-1307, USA.
566    
567    # serial 2
568    
569    # AM_MAKE_INCLUDE()
570    # -----------------
571    # Check to see how make treats includes.
572  AC_DEFUN([AM_MAKE_INCLUDE],  AC_DEFUN([AM_MAKE_INCLUDE],
573  [am_make=${MAKE-make}  [am_make=${MAKE-make}
574  cat > confinc << 'END'  cat > confinc << 'END'
# Line 575  doit: Line 577  doit:
577  END  END
578  # If we don't find an include directive, just comment out the code.  # If we don't find an include directive, just comment out the code.
579  AC_MSG_CHECKING([for style of include used by $am_make])  AC_MSG_CHECKING([for style of include used by $am_make])
580  am__include='#'  am__include="#"
581  am__quote=  am__quote=
582  _am_result=none  _am_result=none
583  # First try GNU make style include.  # First try GNU make style include.
# Line 595  if test "$am__include" = "#"; then Line 597  if test "$am__include" = "#"; then
597     echo '.include "confinc"' > confmf     echo '.include "confinc"' > confmf
598     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then     if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
599        am__include=.include        am__include=.include
600        am__quote='"'        am__quote="\""
601        _am_result=BSD        _am_result=BSD
602     fi     fi
603  fi  fi
# Line 642  if $2; then Line 644  if $2; then
644  else  else
645    $1_TRUE='#'    $1_TRUE='#'
646    $1_FALSE=    $1_FALSE=
647  fi])  fi
648    AC_CONFIG_COMMANDS_PRE(
649    [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
650      AC_MSG_ERROR([conditional \"$1\" was never defined.
651    Usually this means the macro was only invoked conditionally.])
652    fi])])
653    
654  # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-  # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
655    

Legend:
Removed from v.1.4.2.10  
changed lines
  Added in v.1.4.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26