mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Kristian Høgsberg
parent
e72c85547b
commit
4474c200a1
16
include/version-config.h.in
Normal file
16
include/version-config.h.in
Normal 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 */
|
||||
|
||||
Reference in New Issue
Block a user