/[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.13 by akim, Mon Jan 21 19:27:32 2002 UTC revision 1.4.2.14 by akim, Fri Jan 25 11:29:29 2002 UTC
# Line 98  AM_PROG_INSTALL_STRIP Line 98  AM_PROG_INSTALL_STRIP
98  # some platforms.  # some platforms.
99  AC_REQUIRE([AC_PROG_AWK])dnl  AC_REQUIRE([AC_PROG_AWK])dnl
100  AC_REQUIRE([AC_PROG_MAKE_SET])dnl  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
101  AC_REQUIRE([AM_DEP_TRACK])dnl  
102  AC_REQUIRE([AM_SET_DEPDIR])dnl  _AM_IF_OPTION([no-dependencies],,
103  AC_PROVIDE_IFELSE([AC_PROG_][CC],  [AC_PROVIDE_IFELSE([AC_PROG_][CC],
104                    [_AM_DEPENDENCIES(CC)],                    [_AM_DEPENDENCIES(CC)],
105                    [define([AC_PROG_][CC],                    [define([AC_PROG_][CC],
106                            defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl                            defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl
# Line 109  AC_PROVIDE_IFELSE([AC_PROG_][CXX], Line 109  AC_PROVIDE_IFELSE([AC_PROG_][CXX],
109                    [define([AC_PROG_][CXX],                    [define([AC_PROG_][CXX],
110                            defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl                            defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl
111  ])  ])
112    ])
113    
114  # Copyright 2002  Free Software Foundation, Inc.  # Copyright 2002  Free Software Foundation, Inc.
115    
# Line 412  AC_SUBST(install_sh)]) Line 413  AC_SUBST(install_sh)])
413  # STRIPPROG with the value of the STRIP variable (set by the user).  # STRIPPROG with the value of the STRIP variable (set by the user).
414  AC_DEFUN([AM_PROG_INSTALL_STRIP],  AC_DEFUN([AM_PROG_INSTALL_STRIP],
415  [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl  [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
416    # Installed binaries are usually stripped using `strip' when the user
417    # run `make install-strip'.  However `strip' might not be the right
418    # tool to use in cross-compilation environments, therefore Automake
419    # will honor the `STRIP' environment variable to overrule this program.
420    dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
421    if test "$cross_compiling" != no; then
422      AC_CHECK_TOOL([STRIP], [strip], :)
423    fi
424  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
425  AC_SUBST([INSTALL_STRIP_PROGRAM])])  AC_SUBST([INSTALL_STRIP_PROGRAM])])
426    

Legend:
Removed from v.1.4.2.13  
changed lines
  Added in v.1.4.2.14

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