Skip to content

Commit

Permalink
tanel: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tammet committed Nov 20, 2008
0 parents commit dbaea24
Show file tree
Hide file tree
Showing 11 changed files with 2,316 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AUTHORS
@@ -0,0 +1,14 @@
Authors
=======

The author of the wgandalf system is
Tanel Tammet <tammet@staff.ttu.ee>.

wgandalf uses several packages developed
by other people. Information can be found
in README and AUTHORS files in corresponding
folders.




29 changes: 29 additions & 0 deletions Bootstrap
@@ -0,0 +1,29 @@
#!/bin/sh

# $Id: $
# $Source: $

# Booting up the GNU automake, autoconf, etc system:
# not needed after the configure executable script has been built

# Need to use use autoconf >= 2.50 an automake >= 1.5. This allows user to
# set these variables in their environment, or to just use the defaults below.
# This is needed since some systems still use autoconf-2.13 and automake-1.4 as
# the defaults (e.g. debian).

: ${ACLOCAL=aclocal}
: ${AUTOMAKE=automake}
: ${AUTOCONF=autoconf}
: ${AUTOHEADER=autoheader}

set -e

set -x
(
${ACLOCAL}
${AUTOHEADER}
${AUTOCONF}
[ -d config-aux ] || mkdir config-aux
${AUTOMAKE} -a -c
)
rm -f config.cache
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions ChangeLog
@@ -0,0 +1,5 @@
ChangeLog
=========

tanel, 20 nov 2008:
- starting the next revision
340 changes: 340 additions & 0 deletions GPLLICENCE

Large diffs are not rendered by default.

0 comments on commit dbaea24

Please sign in to comment.