aboutsummaryrefslogtreecommitdiff
path: root/flite/flite.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:38:05 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:38:05 +0000
commite8e1fa70fed8e5aa3949fcc0b77ceac47e7ba9fb (patch)
treed691faf71ec2f58599d5034305abc1e3b38a95ff /flite/flite.c
parent51c0cbce68fa8574e3527f6517c124b7a908f5e4 (diff)
+ updated 'flite' external to use new centralized autotools macros
svn path=/trunk/externals/moocow/; revision=10776
Diffstat (limited to 'flite/flite.c')
-rw-r--r--flite/flite.c2
1 files changed, 1 insertions, 1 deletions
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";