Code

Initial commit. foobar-0.0.0
authorSebastian Harl <sh@tokkee.org>
Fri, 7 Dec 2007 15:02:34 +0000 (16:02 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 7 Dec 2007 15:02:34 +0000 (16:02 +0100)
commit604f251f6c1ba5c71c7e03d9007dccd8e01eb64e
tree4807fff5ccda515c2089f30602467bf60847b587
Initial commit.

 * Added a basic (foreign) autotool infrastructure.
 * Added version-gen.sh which generates the version string using git-describe
   if available.
 * Added bootstrap.sh to bootstrap the autotool build system.
 * Added src/foobar.c which recognizes the "-h" and "-V" command line options.
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/foobar.c [new file with mode: 0644]
version-gen.sh [new file with mode: 0755]