diff --git a/bootstrap.sh b/bootstrap.sh index c3c21b4..2d637db 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,19 @@ #! /bin/sh +## @file +## +## $Id$ +## +## $Date$ +## $Author$ +## +## @copy © Marc Wäckerlin +## @license LGPL, see file COPYING +## +## $Log$ +## Revision 1.3 2004/08/31 15:57:19 marc +## added file header +## + test -f makefile && make distclean aclocal && libtoolize --force && automake -a && autoconf