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/config.h.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'flite/config.h.in') diff --git a/flite/config.h.in b/flite/config.h.in index 3ed043c..408e97f 100644 --- a/flite/config.h.in +++ b/flite/config.h.in @@ -17,6 +17,12 @@ /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT +/* Date this package was configured */ +#undef PACKAGE_BUILD_DATE + +/* User who configured this package */ +#undef PACKAGE_BUILD_USER + /* Define to the full name of this package. */ #undef PACKAGE_NAME @@ -29,14 +35,11 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* User who compiled this external */ -#undef PDFLITE_COMPILED_BY - -/* When this external was compiled */ -#undef PDFLITE_COMPILED_ON - /* This is the function we will call to register the synth voice */ #undef PDFLITE_REGISTER_VOICE /* Version number of package */ #undef VERSION + +/* Define this if you are building single-object externals */ +#undef WANT_OBJECT_EXTERNALS -- cgit v1.2.1