diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2008-12-04 14:23:42 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2008-12-04 14:23:42 +0000 |
commit | b2394c4ae6c41d6f7a7dfbf7b2c2c3200c3c4992 (patch) | |
tree | be0e9995576a695fb0eead5f4bc5aa9718f2e9a7 /gfsm/Changes | |
parent | 6b81740cda47da83fe3dc8f1dbf53558fcd80d7c (diff) |
+ added ./autogen.sh-generated stuff to SVN, for pd-extended auto-builds
- pkg-config autoconf macros e.g. PKG_CHECK_MODULES are missing on darwin
+ removed extraneous (non-library) gfsm/ subdirectories doc/, src/programs, tests/
+ added a lot of UNUSED attributes to lighten the pd-extended autobuild logs a bit
svn path=/trunk/externals/moocow/; revision=10421
Diffstat (limited to 'gfsm/Changes')
-rw-r--r-- | gfsm/Changes | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gfsm/Changes b/gfsm/Changes index 594bc8f..9de9a4f 100644 --- a/gfsm/Changes +++ b/gfsm/Changes @@ -1,7 +1,10 @@ Change log for PD external 'pd-gfsm' -v0.05 Mon, 01 Dec 2008 09:41:35 +0100 +v0.05 Thu, 04 Dec 2008 15:18:22 +0100 + + added ./autogen.sh-generated stuff to SVN, for pd-extended auto-builds + - pkg-config autoconf macros e.g. PKG_CHECK_MODULES are missing on darwin + added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds) + - removed extraneous (non-library) directories doc/, src/programs, tests/ + external builds now use static local libgfsm by default (insulates vs. API change, etc.) + added ./configure argument --enable-system-gfsm: link to system (vs. local) libgfsm |