Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.

This is more sane anyway, as it ensures a rebuild when changing them.
This commit is contained in:
Eric Anholt
2009-04-08 14:17:39 -07:00
committed by Kristian Høgsberg
parent e72c85547b
commit 4474c200a1
5 changed files with 26 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
/* version-config.h.in: not generated */
#ifndef VERSION_CONFIG_H
#define VERSION_CONFIG_H
/* Vendor man version */
#undef VENDOR_MAN_VERSION
/* Vendor name */
#undef VENDOR_NAME
/* Vendor release */
#undef VENDOR_RELEASE
#endif /* VERSION_CONFIG_H */