mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
hardcode path to rcs tools on windows in configure
This commit is contained in:
parent
60c5faf491
commit
89a3288b0e
14
config.h.in
14
config.h.in
@ -38,6 +38,13 @@
|
||||
|
||||
#define MANIFEST_MARKER "# files: "
|
||||
|
||||
#undef RCS_DIR
|
||||
#undef RCS_FILE_NAME
|
||||
#undef RCSDIFF_FILE_NAME
|
||||
#undef RLOG_FILE_NAME
|
||||
#undef CI_FILE_NAME
|
||||
#undef CO_FILE_NAME
|
||||
|
||||
#undef HAVE_LOCALE_H
|
||||
#undef HAVE_GETOPT_H
|
||||
#undef HAVE_SETLOCALE
|
||||
@ -121,13 +128,6 @@ using namespace std;
|
||||
#undef PACKAGE_DATA_DIR
|
||||
#undef PACKAGE_SOURCE_DIR
|
||||
|
||||
#undef RCS_DIR
|
||||
#undef RCS_FILE_NAME
|
||||
#undef RCSDIFF_FILE_NAME
|
||||
#undef RLOG_FILE_NAME
|
||||
#undef CI_FILE_NAME
|
||||
#undef CO_FILE_NAME
|
||||
|
||||
#define SNPRINTF snprintf
|
||||
#define VSNPRINTF vsnprintf
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user