not really caring who compiled it
This commit is contained in:
parent
52b8f8ff6d
commit
b41c1f8227
2 changed files with 2 additions and 3 deletions
|
@ -97,7 +97,6 @@ AC_DEFINE([PATCHLEVEL], _PATCHLEVEL, [The patch level])
|
||||||
|
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED([COMPILE_TIME], "`date`", [Date program was compiled])
|
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])
|
AC_DEFINE([COMPILE_VERSION], [0], [description])
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
|
|
|
@ -100,9 +100,9 @@ where options include:\n\
|
||||||
void show_version(void) {
|
void show_version(void) {
|
||||||
fprintf(stdout, "\n\
|
fprintf(stdout, "\n\
|
||||||
%s Version %d.%d.%d, x48 is Copyright (c) 1994-2005 by Eddie C. Dost <ecd@dressler.de>.\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,
|
progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL, COMPILE_TIME,
|
||||||
COMPILE_BY, COMPILE_VERSION);
|
COMPILE_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
void show_copyright(void) {
|
void show_copyright(void) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue