This release fixes a "Modern C" warning that may become an error in
future gcc releases.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by imake should ever be
anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested, and we sincerely hope that no one will actually
still be using imake 14 years from now.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/imake?expand=0&rev=16
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
* Fix -Wsign-compare warnings
* Fix -Wshadow warnings
* Make Emalloc() argument a size_t to match malloc()
* Simplify HAVE_MKSTEMP block
* unifdef SIGNALRETURNSINT
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/imake?expand=0&rev=14