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

Diff of /autoconf/aclocal.m4

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

revision 1.24 by akim, Wed Jul 17 09:56:13 2002 UTC revision 1.25 by eggert, Sat Aug 31 05:51:03 2002 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 86  _AM_IF_OPTION([no-define],, Line 86  _AM_IF_OPTION([no-define],,
86  # Some tools Automake needs.  # Some tools Automake needs.
87  AC_REQUIRE([AM_SANITY_CHECK])dnl  AC_REQUIRE([AM_SANITY_CHECK])dnl
88  AC_REQUIRE([AC_ARG_PROGRAM])dnl  AC_REQUIRE([AC_ARG_PROGRAM])dnl
89  AM_MISSING_PROG(ACLOCAL, "aclocal-${am__api_version}")  AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
90  AM_MISSING_PROG(AUTOCONF, autoconf)  AM_MISSING_PROG(AUTOCONF, autoconf)
91  AM_MISSING_PROG(AUTOMAKE, "automake-${am__api_version}")  AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
92  AM_MISSING_PROG(AUTOHEADER, autoheader)  AM_MISSING_PROG(AUTOHEADER, autoheader)
93  AM_MISSING_PROG(MAKEINFO, makeinfo)  AM_MISSING_PROG(MAKEINFO, makeinfo)
94  AM_MISSING_PROG(AMTAR, tar)  AM_MISSING_PROG(AMTAR, tar)
# Line 138  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_ Line 138  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_
138  # Call AM_AUTOMAKE_VERSION so it can be traced.  # Call AM_AUTOMAKE_VERSION so it can be traced.
139  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
140  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
141           [AM_AUTOMAKE_VERSION([1.6])])           [AM_AUTOMAKE_VERSION([1.6.3])])
142    
143  # Helper functions for option handling.                    -*- Autoconf -*-  # Helper functions for option handling.                    -*- Autoconf -*-
144    
# Line 470  AC_REQUIRE([AM_DEP_TRACK])dnl Line 470  AC_REQUIRE([AM_DEP_TRACK])dnl
470    
471  ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],  ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
472         [$1], CXX,  [depcc="$CXX"  am_compiler_list=],         [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
473         [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']         [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
474         [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],         [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
475                     [depcc="$$1"   am_compiler_list=])                     [depcc="$$1"   am_compiler_list=])
476    
# Line 595  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS Line 595  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS
595  [for mf in $CONFIG_FILES; do  [for mf in $CONFIG_FILES; do
596    # Strip MF so we end up with the name of the file.    # Strip MF so we end up with the name of the file.
597    mf=`echo "$mf" | sed -e 's/:.*$//'`    mf=`echo "$mf" | sed -e 's/:.*$//'`
598    if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then    # Check whether this is an Automake generated Makefile or not.
599      # We used to match only the files named `Makefile.in', but
600      # some people rename them; so instead we look at the file content.
601      # Grep'ing the first line is not enough: some people post-process
602      # each Makefile.in and add a new line on top of each file to say so.
603      # So let's grep whole file.
604      if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
605      dirpart=`AS_DIRNAME("$mf")`      dirpart=`AS_DIRNAME("$mf")`
606    else    else
607      continue      continue

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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