From d13da71edce4b913736c1e752a211ae20c193292 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 29 Nov 2008 23:22:39 +0000 Subject: + added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds) + external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403 --- gfsm/src/pd_gfsm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gfsm/src/pd_gfsm.c') diff --git a/gfsm/src/pd_gfsm.c b/gfsm/src/pd_gfsm.c index 0659454..e74acec 100644 --- a/gfsm/src/pd_gfsm.c +++ b/gfsm/src/pd_gfsm.c @@ -3,7 +3,7 @@ * Author: Bryan Jurish * Description: finite state automata for Pd * - * Copyright (c) 2004-2006 Bryan Jurish. + * Copyright (c) 2004-2008 Bryan Jurish. * * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. @@ -72,7 +72,8 @@ void gfsm_setup(void) //-- banner post(""); post("gfsm: finite state machine externals v%s by Bryan Jurish", PACKAGE_VERSION); - //post("fsm: based on code by Helmut Schmid"); + post("gfsm: using " PD_GFSM_WHICH " libgfsm v%s", gfsm_version_string); + post("gfsm: compiled by " PD_GFSM_USER " on " PD_GFSM_DATE); //-- library pd_gfsm_alphabet_setup(); -- cgit v1.2.1