aboutsummaryrefslogtreecommitdiff
path: root/flite/config.h.in
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/config.h.in
parent51c0cbce68fa8574e3527f6517c124b7a908f5e4 (diff)
+ updated 'flite' external to use new centralized autotools macros
svn path=/trunk/externals/moocow/; revision=10776
Diffstat (limited to 'flite/config.h.in')
-rw-r--r--flite/config.h.in15
1 files changed, 9 insertions, 6 deletions
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