Skip to content

Commit 28fcd81

Browse files
author
Steve Glass
committed
Initial revision.
0 parents  commit 28fcd81

File tree

99 files changed

+10128
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+10128
-0
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stevie: Steve Glass <s.glass@nicta.com.au>

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Makefile.am

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright NICTA 2011
2+
#
3+
SUBDIRS = lib src
4+
ACLOCAL_AMFLAGS = -I m4

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

bootstrap

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /bin/sh
2+
3+
LIBTOOLIZE=`which glibtoolize` || LIBTOOLIZE=`which libtoolize`
4+
5+
aclocal \
6+
&& $LIBTOOLIZE \
7+
&& automake --gnu --add-missing \
8+
&& autoreconf
9+

0 commit comments

Comments
 (0)