/[autoconf]/autoconf/lib/autoscan/makevars
ViewVC logotype

Diff of /autoconf/lib/autoscan/makevars

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

revision 1.3 by akim, Thu May 31 15:44:27 2001 UTC revision 1.4 by akim, Sat Sep 28 14:01:11 2002 UTC
# Line 1  Line 1 
1  # acmakevars -- autoscan's mapping from Make variables to Autoconf macros  # acmakevars -- autoscan's mapping from Make variables to Autoconf macros
2  # Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001  # Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002
3  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
4    
5  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 17  Line 17 
17  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18  # 02111-1307, USA.  # 02111-1307, USA.
19    
20  LN              AC_PROG_LN_S  makevar: AWK             AC_PROG_AWK
21  AWK             AC_PROG_AWK  makevar: BISON           AC_PROG_YACC
22  CC              AC_PROG_CC  makevar: CC              AC_PROG_CC
23  CPP             AC_PROG_CPP  makevar: CPP             AC_PROG_CPP
24  CXX             AC_PROG_CXX  makevar: CXX             AC_PROG_CXX
25  INSTALL         AC_PROG_INSTALL  makevar: INSTALL         AC_PROG_INSTALL
26  LEX             AC_PROG_LEX  makevar: LEX             AC_PROG_LEX
27  RANLIB          AC_PROG_RANLIB  makevar: LN              AC_PROG_LN_S
28  YACC            AC_PROG_YACC  makevar: MAKE            AC_PROG_MAKE_SET
29  BISON           AC_PROG_YACC  makevar: RANLIB          AC_PROG_RANLIB
30  MAKE            AC_PROG_MAKE_SET  makevar: YACC            AC_PROG_YACC
31    
32  # Local Variables:  # Local Variables:
33  # mode: shell-script  # mode: shell-script

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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