parent
97752a8bf7
commit
3a2bbd112f
1 changed files with 15 additions and 0 deletions
@ -1,4 +1,19 @@ |
||||
#! /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 |
||||
aclocal && libtoolize --force && automake -a && autoconf |
||||
|
Loading…
Reference in new issue