not really caring who compiled it

This commit is contained in:
Gwenhael Le Moine 2022-03-24 14:38:46 +01:00
parent 52b8f8ff6d
commit b41c1f8227
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 3 deletions

View file

@ -97,7 +97,6 @@ AC_DEFINE([PATCHLEVEL], _PATCHLEVEL, [The patch level])
AC_DEFINE_UNQUOTED([COMPILE_TIME], "`date`", [Date program was compiled])
AC_DEFINE([COMPILE_BY], ["G. Allen Morris III"], [Name of person that compiled this program])
AC_DEFINE([COMPILE_VERSION], [0], [description])
# Checks for library functions.

View file

@ -100,9 +100,9 @@ where options include:\n\
void show_version(void) {
fprintf(stdout, "\n\
%s Version %d.%d.%d, x48 is Copyright (c) 1994-2005 by Eddie C. Dost <ecd@dressler.de>.\n\
Compiled on %s by <%s> #%d\n\n",
Compiled on %s #%d\n\n",
progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL, COMPILE_TIME,
COMPILE_BY, COMPILE_VERSION);
COMPILE_VERSION);
}
void show_copyright(void) {