/[autoconf]/autoconf/lib/autom4te.in
ViewVC logotype

Diff of /autoconf/lib/autom4te.in

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

revision 1.13 by roth, Tue Jul 30 00:42:58 2002 UTC revision 1.14 by akim, Sat Sep 28 16:39:22 2002 UTC
# Line 35  end-language: "Autoheader-preselections" Line 35  end-language: "Autoheader-preselections"
35  ## ------------------------ ##  ## ------------------------ ##
36    
37  begin-language: "Automake-preselections"  begin-language: "Automake-preselections"
38    args: --preselect AC_CANONICAL_HOST
39    args: --preselect AC_CANONICAL_SYSTEM
40    args: --preselect AC_CONFIG_AUX_DIR
41    args: --preselect AC_CONFIG_FILES
42    args: --preselect AC_CONFIG_HEADERS
43    args: --preselect AC_INIT
44  args: --preselect AC_LIBSOURCE  args: --preselect AC_LIBSOURCE
45  args: --preselect AC_SUBST  args: --preselect AC_SUBST
46    args: --preselect AM_AUTOMAKE_VERSION
47  args: --preselect AM_CONDITIONAL  args: --preselect AM_CONDITIONAL
48  args: --preselect AC_LIBSOURCE  args: --preselect AM_GNU_GETTEXT
49  args: --preselect AC_CONFIG_FILES  args: --preselect AM_INIT_AUTOMAKE
50    args: --preselect AM_MAINTAINER_MODE
51    args: --preselect AM_PROG_CC_C_O
52  end-language: "Automake-preselections"  end-language: "Automake-preselections"
53    
54    
# Line 48  end-language: "Automake-preselections" Line 57  end-language: "Automake-preselections"
57  ## -------------------------- ##  ## -------------------------- ##
58    
59  begin-language: "Autoreconf-preselections"  begin-language: "Autoreconf-preselections"
60    args: --preselect AC_CONFIG_HEADERS
61    args: --preselect AC_CONFIG_SUBDIRS
62    args: --preselect AC_INIT
63  args: --preselect AC_PROG_LIBTOOL  args: --preselect AC_PROG_LIBTOOL
 args: --preselect AM_PROG_LIBTOOL  
64  args: --preselect AM_GNU_GETTEXT  args: --preselect AM_GNU_GETTEXT
65  end-language: "Autoreconf-preselections"  end-language: "Autoreconf-preselections"
66    
# Line 58  end-language: "Autoreconf-preselections" Line 69  end-language: "Autoreconf-preselections"
69  ## Autoscan-preselections.  ##  ## Autoscan-preselections.  ##
70  ## ------------------------ ##  ## ------------------------ ##
71    
72    # To update the following list:
73    #
74    #$ tests/autom4te -l autoconf -M -t AN_OUTPUT:\$3 |
75    # sed 's/(.*//' |
76    # sort -u |
77    # grep -v '^warn' |
78    # sed 's/^/args: --preselect /'
79    #
80    # and add AC_CHECK_LIB by hand.
81    #
82    # I'm a bit frightened to put this into the Makefile, which was
83    # my goal: running autom4te to get this list requires autom4te.cfg,
84    # which is what we are building :(  In fact we need three files, not
85    # two (autom4te.pre -> autom4te.in -> autom4te.cfg).
86  begin-language: "Autoscan-preselections"  begin-language: "Autoscan-preselections"
87  args: --preselect AC_CHECK_FUNCS  args: --preselect AC_CHECK_FUNCS
88  args: --preselect AC_CHECK_HEADERS  args: --preselect AC_CHECK_HEADERS
89  args: --preselect AC_CHECK_LIB  args: --preselect AC_CHECK_LIB
90    args: --preselect AC_CHECK_MEMBERS
91  args: --preselect AC_CHECK_TYPES  args: --preselect AC_CHECK_TYPES
92  args: --preselect AC_C_CONST  args: --preselect AC_C_CONST
93  args: --preselect AC_C_INLINE  args: --preselect AC_C_INLINE
94    args: --preselect AC_C_VOLATILE
95  args: --preselect AC_DECL_SYS_SIGLIST  args: --preselect AC_DECL_SYS_SIGLIST
96  args: --preselect AC_FUNC_ALLOCA  args: --preselect AC_FUNC_ALLOCA
97  args: --preselect AC_FUNC_CHOWN  args: --preselect AC_FUNC_CHOWN
98    args: --preselect AC_FUNC_CLOSEDIR_VOID
99  args: --preselect AC_FUNC_ERROR_AT_LINE  args: --preselect AC_FUNC_ERROR_AT_LINE
 args: --preselect AC_FUNC_FNMATCH  
100  args: --preselect AC_FUNC_FORK  args: --preselect AC_FUNC_FORK
101  args: --preselect AC_FUNC_FSEEKO  args: --preselect AC_FUNC_FSEEKO
102  args: --preselect AC_FUNC_GETGROUPS  args: --preselect AC_FUNC_GETGROUPS
103  args: --preselect AC_FUNC_GETLOADAVG  args: --preselect AC_FUNC_GETLOADAVG
104    args: --preselect AC_FUNC_GETMNTENT
105  args: --preselect AC_FUNC_GETPGRP  args: --preselect AC_FUNC_GETPGRP
106  args: --preselect AC_FUNC_LSTAT  args: --preselect AC_FUNC_LSTAT
107    args: --preselect AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
108  args: --preselect AC_FUNC_MALLOC  args: --preselect AC_FUNC_MALLOC
109    args: --preselect AC_FUNC_MBRTOWC
110  args: --preselect AC_FUNC_MEMCMP  args: --preselect AC_FUNC_MEMCMP
111  args: --preselect AC_FUNC_MKTIME  args: --preselect AC_FUNC_MKTIME
112  args: --preselect AC_FUNC_MMAP  args: --preselect AC_FUNC_MMAP
113  args: --preselect AC_FUNC_OBSTACK  args: --preselect AC_FUNC_OBSTACK
114    args: --preselect AC_FUNC_REALLOC
115    args: --preselect AC_FUNC_SELECT_ARGTYPES
116  args: --preselect AC_FUNC_SETPGRP  args: --preselect AC_FUNC_SETPGRP
117  args: --preselect AC_FUNC_SETVBUF_REVERSED  args: --preselect AC_FUNC_SETVBUF_REVERSED
118  args: --preselect AC_FUNC_STAT  args: --preselect AC_FUNC_STAT
119  args: --preselect AC_FUNC_STRCOLL  args: --preselect AC_FUNC_STRCOLL
120  args: --preselect AC_FUNC_STRERROR_R  args: --preselect AC_FUNC_STRERROR_R
121  args: --preselect AC_FUNC_STRFTIME  args: --preselect AC_FUNC_STRFTIME
122    args: --preselect AC_FUNC_STRNLEN
123  args: --preselect AC_FUNC_STRTOD  args: --preselect AC_FUNC_STRTOD
124  args: --preselect AC_FUNC_UTIME_NULL  args: --preselect AC_FUNC_UTIME_NULL
125  args: --preselect AC_FUNC_VPRINTF  args: --preselect AC_FUNC_VPRINTF
# Line 109  args: --preselect AC_PROG_LN_S Line 142  args: --preselect AC_PROG_LN_S
142  args: --preselect AC_PROG_MAKE_SET  args: --preselect AC_PROG_MAKE_SET
143  args: --preselect AC_PROG_RANLIB  args: --preselect AC_PROG_RANLIB
144  args: --preselect AC_PROG_YACC  args: --preselect AC_PROG_YACC
145    args: --preselect AC_REPLACE_FNMATCH
146  args: --preselect AC_STRUCT_ST_BLOCKS  args: --preselect AC_STRUCT_ST_BLOCKS
147  args: --preselect AC_STRUCT_TIMEZONE  args: --preselect AC_STRUCT_TIMEZONE
148  args: --preselect AC_STRUCT_TM  args: --preselect AC_STRUCT_TM
# Line 118  args: --preselect AC_TYPE_PID_T Line 152  args: --preselect AC_TYPE_PID_T
152  args: --preselect AC_TYPE_SIGNAL  args: --preselect AC_TYPE_SIGNAL
153  args: --preselect AC_TYPE_SIZE_T  args: --preselect AC_TYPE_SIZE_T
154  args: --preselect AC_TYPE_UID_T  args: --preselect AC_TYPE_UID_T
155    args: --preselect AM_GNU_GETTEXT
156  end-language: "Autoscan-preselections"  end-language: "Autoscan-preselections"
157    
158    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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