/[m4]/m4/configure.ac
ViewVC logotype

Diff of /m4/configure.ac

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

revision 1.14 by gary, Thu Sep 4 14:00:51 2003 UTC revision 1.15 by gary, Fri Sep 5 18:32:26 2003 UTC
# Line 97  AM_INIT_AUTOMAKE([1.7.1 dist-bzip2]) Line 97  AM_INIT_AUTOMAKE([1.7.1 dist-bzip2])
97  ## C compiler checks. ##  ## C compiler checks. ##
98  ## ------------------ ##  ## ------------------ ##
99  AC_PROG_CC  AC_PROG_CC
100    jm_FUNC_GLIBC_UNLOCKED_IO
101  AC_ISC_POSIX  AC_ISC_POSIX
102  AM_PROG_CC_STDC  AM_PROG_CC_STDC
103  AC_PROG_CPP  AC_PROG_CPP
# Line 137  AC_CONFIG_FILES(po/Makefile.in) Line 138  AC_CONFIG_FILES(po/Makefile.in)
138    
139    
140    
   
141  ## ------------------------ ##  ## ------------------------ ##
142  ## Other external programs. ##  ## Other external programs. ##
143  ## ------------------------ ##  ## ------------------------ ##
# Line 148  AC_PROG_AWK Line 148  AC_PROG_AWK
148    
149    
150    
151    ## --------------------------- ##
152    ## C compiler characteristics. ##
153    ## --------------------------- ##
154    AM_C_PROTOTYPES
155    AC_C_CONST
156    AC_TYPE_SIZE_T
157    AC_CHECK_SIZEOF([long long int])
158    
159    
160    
161  ## ------------------------- ##  ## ------------------------- ##
162  ## C headers required by M4. ##  ## C headers required by M4. ##
163  ## ------------------------- ##  ## ------------------------- ##
# Line 163  fi Line 173  fi
173  AC_SUBST([INCLUDE_STDBOOL_H])  AC_SUBST([INCLUDE_STDBOOL_H])
174    
175    
 ## --------------------------- ##  
 ## C compiler characteristics. ##  
 ## --------------------------- ##  
 AM_C_PROTOTYPES  
 AC_C_CONST  
 AC_TYPE_SIZE_T  
 AC_CHECK_SIZEOF([long long int])  
   
   
176    
177  ## --------------------------------- ##  ## --------------------------------- ##
178  ## Library functions required by M4. ##  ## Library functions required by M4. ##
# Line 217  AC_CONFIG_FILES([Makefile Line 218  AC_CONFIG_FILES([Makefile
218                  doc/Makefile                  doc/Makefile
219                  examples/Makefile                  examples/Makefile
220                  gnulib/Makefile                  gnulib/Makefile
221                    gnulib/m4/Makefile
222                  m4/Makefile                  m4/Makefile
223                  m4/system.h:m4/system_.h                  m4/system.h:m4/system_.h
224                  modules/Makefile                  modules/Makefile
# Line 224  AC_CONFIG_FILES([Makefile Line 226  AC_CONFIG_FILES([Makefile
226                  tests/Makefile                  tests/Makefile
227                  tests/atlocal                  tests/atlocal
228  ])  ])
229    
230  AC_OUTPUT  AC_OUTPUT

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

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