From a154d88d889a40dc8fd5641aa0d2458d777c4c5a Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 15 Feb 2009 20:41:13 +0000 Subject: + finished centralization of build logic svn path=/trunk/externals/moocow/; revision=10779 --- gfsm/src/config.h.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'gfsm/src/config.h.in') diff --git a/gfsm/src/config.h.in b/gfsm/src/config.h.in index e0c5bf1..f815bac 100644 --- a/gfsm/src/config.h.in +++ b/gfsm/src/config.h.in @@ -36,6 +36,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 @@ -48,12 +54,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Date this external was configured */ -#undef PD_GFSM_DATE - -/* User who configured this external */ -#undef PD_GFSM_USER - /* Which version of gfsm are we using? */ #undef PD_GFSM_WHICH @@ -62,3 +62,6 @@ /* Version number of package */ #undef VERSION + +/* Define this if you are building single-object externals */ +#undef WANT_OBJECT_EXTERNALS -- cgit v1.2.1