/usr/share/aclocal-1.11
NameSizeModeActions
amversion.m416430644editdlrm
as.m47990644editdlrm
auxdir.m424380644editdlrm
ccstdc.m49580644editdlrm
cond-if.m410500644editdlrm
cond.m410800644editdlrm
depend.m470660644editdlrm
depout.m431710644editdlrm
dmalloc.m49860644editdlrm
gcj.m46610644editdlrm
header.m44940644editdlrm
init.m453960644editdlrm
install-sh.m46890644editdlrm
lead-dot.m46550644editdlrm
lex.m47320644editdlrm
lispdir.m422440644editdlrm
maintainer.m417570644editdlrm
make.m413670644editdlrm
minuso.m413280644editdlrm
missing.m412070644editdlrm
mkdirp.m410420644editdlrm
multi.m420540644editdlrm
obsol-gt.m44210644editdlrm
obsol-lt.m44230644editdlrm
obsolete.m416090644editdlrm
options.m411400644editdlrm
protos.m48770644editdlrm
python.m484830644editdlrm
regex.m420120644editdlrm
runlog.m47260644editdlrm
sanity.m420600644editdlrm
silent.m410020644editdlrm
strip.m414000644editdlrm
substnot.m46900644editdlrm
tar.m431030644editdlrm
upc.m48320644editdlrm
vala.m410810644editdlrm
Edit: /usr/share/aclocal-1.11/ccstdc.m4 (958B)
## ----------------------------------------- ## -*- Autoconf -*- ## ANSIfy the C compiler whenever possible. ## ## From Franc,ois Pinard ## ## ----------------------------------------- ## # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # This was merged into AC_PROG_CC in Autoconf. AU_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC AC_DIAGNOSE([obsolete], [$0: your code should no longer depend upon `am_cv_prog_cc_stdc', but upon `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when you adjust the code. You can also remove the above call to AC_PROG_CC if you already called it elsewhere.]) am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc ]) AU_DEFUN([fp_PROG_CC_STDC])