-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix [r5349] missing PKGVERSION for build_windows
- Loading branch information
sf-mensch
committed
Oct 3, 2024
1 parent
c53ae5f
commit 929b403
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -768,6 +768,9 @@ | |
/* Define to 1 if you have the <xcurses.h> header file. */ | ||
/* #undef HAVE_XCURSES_H */ | ||
|
||
/* Define as const if the declaration of iconv() needs const. */ | ||
/* #undef ICONV_CONST */ | ||
|
||
/* Define to the sub-directory where libtool stores uninstalled libraries. */ | ||
/* #undef LT_OBJDIR */ | ||
|
||
|
@@ -780,6 +783,9 @@ | |
/* Define to the address where bug reports for this package should be sent. */ | ||
#define PACKAGE_BUGREPORT "[email protected]" | ||
|
||
/* Bug URL instead of mailing list */ | ||
/* #undef PACKAGE_BUGREPORT_URL */ | ||
|
||
/* Define to the full name of this package. */ | ||
#define PACKAGE_NAME "GnuCOBOL" | ||
|
||
|
@@ -798,6 +804,9 @@ | |
/* Define a patch level (numeric, max. 8 digits) */ | ||
#define PATCH_LEVEL COB_NUM_TAR_DATE | ||
|
||
/* PKG version string */ | ||
#define PKGVERSION "(" PACKAGE_NAME ") " | ||
|
||
|
||
// Use \ to escape things, for example \\ for using in paths | ||
// Use \" for paths with spaces | ||
|