added file header
This commit is contained in:
15
bootstrap.sh
15
bootstrap.sh
@@ -1,4 +1,19 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
## @file
|
||||||
|
##
|
||||||
|
## $Id$
|
||||||
|
##
|
||||||
|
## $Date$
|
||||||
|
## $Author$
|
||||||
|
##
|
||||||
|
## @copy © Marc Wäckerlin
|
||||||
|
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||||
|
##
|
||||||
|
## $Log$
|
||||||
|
## Revision 1.3 2004/08/31 15:57:19 marc
|
||||||
|
## added file header
|
||||||
|
##
|
||||||
|
|
||||||
test -f makefile && make distclean
|
test -f makefile && make distclean
|
||||||
aclocal && libtoolize --force && automake -a && autoconf
|
aclocal && libtoolize --force && automake -a && autoconf
|
||||||
|
Reference in New Issue
Block a user