Module Name: xsrc Committed By: mrg Date: Mon Mar 18 04:46:54 UTC 2019
Modified Files: xsrc/external/mit/imake/dist: compile xsrc/external/mit/imake/include: config.h Removed Files: xsrc/external/mit/imake/dist: README Log Message: merge imake 1.0.8. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r0 xsrc/external/mit/imake/dist/README cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/imake/dist/compile cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/imake/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/imake/dist/compile diff -u xsrc/external/mit/imake/dist/compile:1.3 xsrc/external/mit/imake/dist/compile:1.4 --- xsrc/external/mit/imake/dist/compile:1.3 Mon Mar 17 08:51:28 2014 +++ xsrc/external/mit/imake/dist/compile Mon Mar 18 04:46:54 2019 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <tro...@cygnus.com>. # # This program is free software; you can redistribute it and/or modify Index: xsrc/external/mit/imake/include/config.h diff -u xsrc/external/mit/imake/include/config.h:1.5 xsrc/external/mit/imake/include/config.h:1.6 --- xsrc/external/mit/imake/include/config.h:1.5 Fri Jul 11 18:24:14 2014 +++ xsrc/external/mit/imake/include/config.h Mon Mar 18 04:46:54 2019 @@ -41,7 +41,7 @@ #define PACKAGE_NAME "imake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "imake 1.0.7" +#define PACKAGE_STRING "imake 1.0.8" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "imake" @@ -50,7 +50,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.7" +#define PACKAGE_VERSION "1.0.8" /* Major version of this package */ #define PACKAGE_VERSION_MAJOR 1 @@ -59,10 +59,10 @@ #define PACKAGE_VERSION_MINOR 0 /* Patch version of this package */ -#define PACKAGE_VERSION_PATCHLEVEL 7 +#define PACKAGE_VERSION_PATCHLEVEL 8 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.0.7" +#define VERSION "1.0.8"