Update of /cvsroot/linux-decnet/latd
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1019
Modified Files:
aclocal.m4
Log Message:
Update autotools-generated file.
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/linux-decnet/latd/aclocal.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** aclocal.m4 4 Oct 2008 12:12:22 -0000 1.7
--- aclocal.m4 25 Jun 2009 09:38:48 -0000 1.8
***************
*** 1,6 ****
! # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
--- 1,6 ----
! # generated automatically by aclocal 1.11 -*- Autoconf -*-
! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
[...5728 lines suppressed...]
! # tar/untar a dummy directory, and stop if the command works
rm -rf conftest.dir
! mkdir conftest.dir
! echo GrepMe > conftest.dir/file
! AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
! rm -rf conftest.dir
! if test -s conftest.tar; then
! AM_RUN_LOG([$am__untar <conftest.tar])
! grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
fi
done
! rm -rf conftest.dir
! AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
! AC_MSG_RESULT([$am_cv_prog_tar_$1])])
! AC_SUBST([am__tar])
! AC_SUBST([am__untar])
! ]) # _AM_PROG_TAR
+ m4_include([acinclude.m4])
|