[= AutoGen5 Template -*- Mode: html -*-
html
# Time-stamp: "2007-07-04 11:41:17 bkorb"
# Version: "$Revision: 4.14 $
##
## This file is part of AutoGen.
## AutoGen copyright (c) 1992-2007 Bruce Korb - all rights reserved
##
## AutoGen is free software: you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by the
## Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## AutoGen is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
## See the GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License along
## with this program. If not, see
The manual for the [= project =] project is available in the following formats:
[= (define fnam "") (define fsiz 0) (define (compute-size dir sfx) (begin (set! fnam (string-append dir "/" package sfx)) (set! fsiz (if (access? fnam R_OK) (stat:size (stat fnam)) 0 )) (shellf "fsiz='%d' if test ${fsiz} -lt 4096 then echo ${fsiz} else fsiz=`expr ${fsiz} / 1024` if test ${fsiz} -lt 2048 then echo ${fsiz}K else fsiz=`expr ${fsiz} / 1024` echo ${fsiz}M fi fi" fsiz) ) ) =](This page generated by the autogen program in conjunction with a fairly simple template.)
Return to the GNU Project home page.
Please send FSF & GNU inquiries to
gnu@gnu.org.
There are also other ways to contact
the FSF.
Please send broken links and other corrections (or suggestions) to
webmasters@gnu.org.
Copyright (C) 2005 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
Updated: $Date: 2007/07/04 20:51:19 $ $Author: bkorb $