1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00
trader/m4
John Zaitseff 3a68213e80 Remove all unnecessary Gnulib modules
In particular, the various printf-posix modules are not needed as %ls and
the ' flag (thousands separator) is supported on all modern platforms (it
is needed on Cygwin 1.5.x, for example, but the 1.5.x series do not
support swprintf() anyway).  Similarly, OpenBSD 3.8 (released November
2005) is not supported: it does not have <monetary.h>.  A number of
modules (locale, string, unistd, wchar) are only required for NetBSD 5.0
(c. 2009: quite recent).  We try to support MacOS X 10.5 (October 2007),
but it may require GNU libiconv.
2011-08-26 06:33:40 +10:00
..
.gitignore Remove all unnecessary Gnulib modules 2011-08-26 06:33:40 +10:00
ax_append_flag.m4 Add the ax_append_flag Autoconf macro 2011-07-16 10:52:36 +10:00
ax_c___attribute__.m4 Add the __attribute__((noreturn)) function specifier where possible 2011-06-30 16:09:13 +10:00
ax_cflags_warn_all.m4 Update the ax_cflags_warn_all Autoconf macro 2011-07-16 10:43:56 +10:00
ax_with_curses.m4 Update ax_with_curses.m4 to latest version from the Autoconf Archive 2011-07-29 11:51:21 +10:00
gnulib-cache.m4 Remove all unnecessary Gnulib modules 2011-08-26 06:33:40 +10:00
Makefile.am Add more files that need to be listed explicitly for distribution 2011-07-25 20:51:48 +10:00
README Final minor edits of various documentation files 2011-07-25 17:00:59 +10:00

**************************************************************************
*                                                                        *
*              Star Traders: A Game of Interstellar Trading              *
*                 Copyright (C) 1990-2011, John Zaitseff                 *
*                                                                        *
**************************************************************************

This directory, m4, contains M4 macros used by Autoconf.

The following macros are from the Autoconf Archive project, as detailed on
that project's web site, http://www.gnu.org/software/autoconf-archive/:

    ax_append_flag.m4
    ax_cflags_warn_all.m4
    ax_c___attribute__.m4
    ax_with_curses.m4

The following macro  was generated by running the  GNU Portability Library
"gnulib-tool" with  appropriate command line options, as  detailed on that
project's web site, http://www.gnu.org/software/gnulib/:

    gnulib-cache.m4