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

Diff of /dejagnu/aclocal.m4

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

revision 1.7 by rsavoye, Wed Sep 4 03:40:10 2002 UTC revision 1.8 by rsavoye, Mon Mar 17 02:25:05 2003 UTC
# Line 1  Line 1 
1  # aclocal.m4 generated automatically by aclocal 1.6 -*- Autoconf -*-  # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
2    
3  # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
# Line 198  _AM_IF_OPTION([no-define],, Line 198  _AM_IF_OPTION([no-define],,
198  # Some tools Automake needs.  # Some tools Automake needs.
199  AC_REQUIRE([AM_SANITY_CHECK])dnl  AC_REQUIRE([AM_SANITY_CHECK])dnl
200  AC_REQUIRE([AC_ARG_PROGRAM])dnl  AC_REQUIRE([AC_ARG_PROGRAM])dnl
201  AM_MISSING_PROG(ACLOCAL, "aclocal-${am__api_version}")  AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
202  AM_MISSING_PROG(AUTOCONF, autoconf)  AM_MISSING_PROG(AUTOCONF, autoconf)
203  AM_MISSING_PROG(AUTOMAKE, "automake-${am__api_version}")  AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
204  AM_MISSING_PROG(AUTOHEADER, autoheader)  AM_MISSING_PROG(AUTOHEADER, autoheader)
205  AM_MISSING_PROG(MAKEINFO, makeinfo)  AM_MISSING_PROG(MAKEINFO, makeinfo)
206  AM_MISSING_PROG(AMTAR, tar)  AM_MISSING_PROG(AMTAR, tar)
# Line 250  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_ Line 250  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_
250  # Call AM_AUTOMAKE_VERSION so it can be traced.  # Call AM_AUTOMAKE_VERSION so it can be traced.
251  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
252  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
253           [AM_AUTOMAKE_VERSION([1.6])])           [AM_AUTOMAKE_VERSION([1.6.3])])
254    
255  # Helper functions for option handling.                    -*- Autoconf -*-  # Helper functions for option handling.                    -*- Autoconf -*-
256    
# Line 582  AC_REQUIRE([AM_DEP_TRACK])dnl Line 582  AC_REQUIRE([AM_DEP_TRACK])dnl
582    
583  ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],  ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
584         [$1], CXX,  [depcc="$CXX"  am_compiler_list=],         [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
585         [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']         [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
586         [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],         [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
587                     [depcc="$$1"   am_compiler_list=])                     [depcc="$$1"   am_compiler_list=])
588    
# Line 707  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS Line 707  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS
707  [for mf in $CONFIG_FILES; do  [for mf in $CONFIG_FILES; do
708    # Strip MF so we end up with the name of the file.    # Strip MF so we end up with the name of the file.
709    mf=`echo "$mf" | sed -e 's/:.*$//'`    mf=`echo "$mf" | sed -e 's/:.*$//'`
710    if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then    # Check whether this is an Automake generated Makefile or not.
711      # We used to match only the files named `Makefile.in', but
712      # some people rename them; so instead we look at the file content.
713      # Grep'ing the first line is not enough: some people post-process
714      # each Makefile.in and add a new line on top of each file to say so.
715      # So let's grep whole file.
716      if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
717      dirpart=`AS_DIRNAME("$mf")`      dirpart=`AS_DIRNAME("$mf")`
718    else    else
719      continue      continue

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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