/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/sanity.m4 (2060B)
# Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # 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 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)])