summaryrefslogtreecommitdiff
path: root/configh.dos.template
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
|
* Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith2013-09-211-2/+2
|
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
|
* build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditionalStefano Lattarini2013-05-051-3/+0
| | | | | | | | | | | | | GNU make already assume C89 or later throughout the codebase, and that preprocessor conditional was no longer used anyway. * configure.ac: Remove AC_DEFINE of HAVE_ANSI_COMPILER. * config.ami.template: Remove #define of HAVE_ANSI_COMPILER. * config.h-vms.template: Likewise. * config.h.W32.template: Likewise. * configh.dos.template: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* Remove support for pre-ANSI variadic function calls.Paul Smith2013-04-281-7/+0
| | | | | | | We've required support for ANSI C (ISO C 89) or better for quite a while. Get rid of the old varags.h, doprnt() stuff and simply assume ANSI C variadic function capability and basic C runtime library support (vfprintf, vsprintf, etc.)
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-2/+1
| | | | | The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-9/+9
| | | | Fixes Savannah bug #34530.
* Update copyright notices.Paul Smith2012-01-161-2/+2
|
* Fix the DJGPP build.Eli Zaretskii2010-08-071-0/+3
| | | | configh.dos.template (HAVE_STRNCASECMP): Define.
* Update copyrights for 2010.Paul Smith2010-07-131-1/+1
|
* Update copyright years.Paul Smith2009-10-251-1/+1
|
* * configh.dos.template: Remove unconditional definition ofEli Zaretskii2009-09-271-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SYS_SIGLIST_DECLARED. Include <sys/version.h> because ports of GCC 4.3.0 and later no longer include it, so macros like __DJGPP_MINOR__ are no longer defined automatically. * Makefile.DOS.template (INCLUDES): Use $(prefix) and the corresponding variables to define LIBDIR, INCLUDEDIR and LOCALEDIR instead of using the hardcoded ones. (SUBDIRS): doc subdir added. (INFO_DEPS, DVIS): Values changed to 'make.info' and 'make.dvi'. (TEXI2HTML, TEXI2HTML_FLAGS): Removed. Use makeinfo --html to create html formated docs. texi2html may not be ported to DOS. (make.info, make.dvi, make.ps, make.html): Make targets depend on 'make.texi'. (.texi.info, .texi, .texi.dvi): Now recursively invocate. Change -I switch to look in ./ instead of ./doc. (html): Target depend on html-recursive instead of make_1.html. (make_1.html): Removed. (mostlyclean-aminfo): Use $(srcdir)/doc instead of ./ as prefix. (all-recursive): Allow for more than one subdir in the build process. (mostlyclean-recursive, clean-recursive, distclean-recursive) (maintainer-clean-recursive, check-recursive): Enter in doc/ too. (tags-recursive): Allow for more than one subdir in the build process. (info-recursive, dvi-recursive, ps-recursive, html-recursive): New targets. Enter into doc/ to produce the targets. (all-am): $(INFO_DEPS) replaced by info.
* configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST withEli Zaretskii2007-12-221-1/+1
| | | | | | | | | | HAVE_DECL_SYS_SIGLIST. job.c (child_execute_job): Remove __MSDOS__ because MSDOS/DJGPP build does not use child_execute_job. variable.c (define_automatic_variables) [__MSDOS__]: Always export the SHELL environment variable to the child.
* * Update to GPLv3Paul Smith2007-07-041-4/+4
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith2007-05-091-8/+11
| | | | | | | comparison functions to always use POSIX strcasecmp(). For non-POSIX systems that use other functions (strcmpi or stricmp) use a macro to alias strcasecmp to those. If we can't find any of them (VMS, plus whatever UNIX doesn't have them) then define our own version in misc.c.
* Last of the copyright updates.Paul Smith2006-02-111-2/+2
|
* Update copyright and license notices on all files.Paul Smith2006-02-111-0/+17
| | | | Added new file strcache.c to various non-UNIX makefiles and build scripts.
* Don't use __STDC__; some compilers don't set it properly.Paul Smith2004-03-061-0/+6
| | | | Use autoconf's test to set HAVE_ANSI_COMPILER and check that instead.
* Update to a new version of automake and gettext.Paul Smith2002-08-101-0/+3
| | | | | | | | | | Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
* Various cleanups reported by people using the alpha release.Paul Smith2002-07-081-58/+91
| | | | | | | Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
* * Various fixes for problems in the 3.79.0.1 pretest.Paul Smith2000-06-191-0/+6
|
* * Various pre-release cleanups.Paul Smith1999-09-111-1/+1
|
* * A bugfix on MAKEFLAGS options creation that broke jobserver.Paul Smith1999-09-011-0/+3
| | | | | * Put the host info in the --version output. * Don't croak if the user forces -jN on submakes.
* * Applied some DOS updates.Paul Smith1999-08-011-0/+14
| | | | * Started reworking the jobserver algorithm; not complete yet.
* * Add new jobserver feature.Paul Smith1999-04-251-2/+13
| | | | | * Small updates to the manual * E.Zaretskii fix for new DJGPP version.
* Updated for GNU make 3.75.92.Paul Smith1997-08-271-65/+9
|
* Changes for make 3.75.1Paul Smith1997-04-071-7/+19
|
* Sun Jul 14 12:59:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-07-141-1/+1
| | | | * configh.dos: Define HAVE_DIRENT_H instead of DIRENT.
* (STDC_HEADERS): Define only if undefined.Roland McGrath1995-03-091-3/+6
| | | | | (HAVE_SYS_PARAM_H): Don't define this. (HAVE_STRERROR): Define this.
* Added trailing CRs.Roland McGrath1994-07-251-65/+65
|
* Initial revisionRoland McGrath1994-07-251-0/+65