From e8e1fa70fed8e5aa3949fcc0b77ceac47e7ba9fb Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 14 Feb 2009 21:38:05 +0000 Subject: + updated 'flite' external to use new centralized autotools macros svn path=/trunk/externals/moocow/; revision=10776 --- flite/flite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flite/flite.c') diff --git a/flite/flite.c b/flite/flite.c index bcd8a39..3ed798b 100644 --- a/flite/flite.c +++ b/flite/flite.c @@ -48,7 +48,7 @@ static cst_voice *voice; static const char *flite_description = "flite: Text-to-Speech external v" PACKAGE_VERSION " by Bryan Jurish\n" - "flite: compiled on " PDFLITE_COMPILED_ON " by " PDFLITE_COMPILED_BY "\n" + "flite: compiled on " PACKAGE_BUILD_DATE " by " PACKAGE_BUILD_USER "\n" ; //static char *flite_acknowledge = "flite: based on code by "; //static char *flite_version = "flite: PD external v%s by Bryan Jurish"; -- cgit v1.2.1