Commit Graph

77 Commits

Author SHA1 Message Date
Juan Manuel Guerrero
e37c665c41 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
default.  Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
2007-01-14 22:22:26 +00:00
Juan Manuel Guerrero
f209868ed0 djgpp/config.site: Adjust config.sed for the use of autoconf 2.60. 2006-10-15 22:38:37 +00:00
Juan Manuel Guerrero
b36e835baa djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60. 2006-10-15 22:38:27 +00:00
Juan Manuel Guerrero
179de98b6e djgpp/config.bat: config.hin has been moved to lib. Adjust
config.bat accordingly.
2006-10-15 22:38:13 +00:00
Paul Eggert
231ed89af1 * bootstrap.conf (gnulib_modules): Add config-h.
* djgpp/subpipe.c: Include <config.h> unconditionally; don't
worry about HAVE_CONFIG_H.
* lib/abitset.c: Likewise.
* lib/bitset.c: Likewise.
* lib/bitset_stats.c: Likewise.
* lib/bitsetv-print.c: Likewise.
* lib/bitsetv.c: Likewise.
* lib/ebitset.c: Likewise.
* lib/get-errno.c: Likewise.
* lib/lbitset.c: Likewise.
* lib/subpipe.c: Likewise.
* lib/timevar.c: Likewise.
* lib/vbitset.c: Likewise.
* lib/bitset.c: Include "bitset.h" first, to test interface.
* lib/bitset_stats.c: Include "bitset_stats.h" first.
* lib/bitsetv-print.c: Include "bitsetv-print.h" first.
* lib/bitsetv.c: Include "bitsetv.h" first.
* lib/get-errno.c: Include "get-errno.h" first.
* m4/.cvsignore: Add config-h.m4.
* tests/actions.at (Default %printer and %destructor for ...):
Adjust expected line numbers in output to reflect removal of #if
HAVE_CONFIG_H lines.
* tests/glr-regression.at (Missed %merge type warnings when ...):
Likewise.
* tests/regression.at (Braced code in declaration in rules section):
Likewise.
* tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
* tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
Include <config.h> unconditionally.
2006-10-13 05:00:26 +00:00
Juan Manuel Guerrero
c211f84be6 Actualisation of information concerning ports
required to build port and enumeration of the
tests of the testsuite that will be skipped.
2006-05-29 19:09:36 +00:00
Juan Manuel Guerrero
f5d5ecdfaf Add sane defaults for grep, egrep, fgrep and sed. 2006-05-01 14:35:33 +00:00
Juan Manuel Guerrero
7c7993487d Add information about what autoconf version configuration script
can be modified by this particular sed script.
2006-04-30 17:02:24 +00:00
Juan Manuel Guerrero
f21ce5a3f7 Use a more general search string in ac_abs_builddir, ac_abs_top_builddir, etc. 2006-04-30 16:30:49 +00:00
Juan Manuel Guerrero
ebe8ee4235 Add more possible file name variations of Makefile.in.in
that must be checked for and renamed to the valid 8+3
file name Makefile.in-in
2006-04-30 16:30:36 +00:00
Juan Manuel Guerrero
1bddda4d85 * Delete all environment variables after use to avoid that
the environment space becomes exhausted.
2006-03-14 23:10:09 +00:00
Juan Manuel Guerrero
1a1a58269d * Add a sane default for awk. 2006-02-07 00:23:43 +00:00
Juan Manuel Guerrero
f6a6af9575 * Comment fixes. 2006-02-06 22:08:13 +00:00
Juan Manuel Guerrero
127bcae693 * Minor documentation fixes. 2006-02-06 21:39:39 +00:00
Juan Manuel Guerrero
b947188419 * Fix data/glr.cc to reflect the renaming of c++.m4 into cxx.m4. 2006-02-06 20:51:28 +00:00
Juan Manuel Guerrero
b01df0368a * Use colon instead of semicolon as path separator in PATH. 2006-02-06 20:44:29 +00:00
Paul Eggert
02650b7f0e * Makefile.cfg (local-checks-to-skip): Add changelog-check,
since we don't want to insist on a version number at the start
of the changelog every time.
* Makefile.maint: Sync from coreutils a bit better.
(sc_trailing_blank): Renamed from sc_trailing_space.
All uses changed.
(sc_no_if_have_config_h, sc_require_config_h):
(sc_prohibit_assert_without_use): New rules.
(sc_obsolete_symbols): Don't catch Makefile.maint itself.
(sc_dd_max_sym_length): Fix leading spaces in rule.
(sc_system_h_headers): Prefix with @.
(sc_useless_cpp_parens, m4-check): Output line numbers.
(changelog-check): Allow version only in head.
* data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
satisfy new Makefile.maint rule.
* data/glr.c: Likewise.
* data/glr.cc: Likewise.
* data/lalr1.cc: Likewise.
* data/yacc.c: Likewise.
* lib/ebitsetv.c: Likewise.
* lib/lbitset.c: Likewise.
* lib/subpipe.c: Likewise.
* lib/timevar.c: Likewise.
* src/system.h: Likewise.
* data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
* djgpp/Makefile.maint: Add copyright notice.
* djgpp/README.in: Likewise.
* djgpp/config.bat: Likewise.
* djgpp/config.site: Likewise.
* djgpp/config_h.sed: Likewise.
* djgpp/djunpack.bat: Likewise.
* djgpp/config.sed: Fix copyright notice to match standard format.
* djgpp/subpipe.h: Likewise.
* lib/bitsetv-print.c: Likewise.
* lib/bitsetv.c: Likewise.
* lib/subpipe.h: Likewise.
* lib/timevar.c: Likewise.
* lib/timevar.h: Likewise.
* djgpp/subpipe.c: Use standard recipe for config.h.
* lib/abitset.c: Likewise.
* lib/bitset.c: Likewise.
* lib/bitset_stats.c: Likewise.
* lib/bitsetv-print.c: Likewise.
* lib/bitsetv.c: Likewise.
* lib/ebitsetv.c: Likewise.
* lib/get-errno.c: Likewise.
* lib/lbitset.c: Likewise.
* lib/subpipe.c: Likewise.
* lib/timevar.c: Likewise.
* lib/vbitset.c: Likewise.
* tests/local.at: Likewise.
* src/scan-gram.l: Don't include verify.h, since system.h does
that for us.
* .x-sc_require_config_h: New file.
* .x-sc_unmarked_diagnostics: New file.
2006-01-22 07:38:49 +00:00
Paul Eggert
db0dcbf315 Add copyright notice, and replace "filesystem" with "file system". 2006-01-19 05:53:41 +00:00
Juan Manuel Guerrero
bf60087f69 Add new information about how to unpack the bison source on
MSDOS and other systems which have 8.3 file name restrictions
using djunpack.bat and fnchange.lst.
2005-12-21 00:01:40 +00:00
Juan Manuel Guerrero
90ddbd5eed Replace file name scan-gram-c.c with scangram-c.c and
scan-skel-c.c with /src/scanskel-c.c to conform with
the 8.3 file name restriction on MSDOS.
2005-12-21 00:01:28 +00:00
Juan Manuel Guerrero
69474954ac Fix PACKAGE variable computation. 2005-12-20 23:59:50 +00:00
Juan Manuel Guerrero
b09a18c50d DJGPP specific file. 2005-12-20 23:58:00 +00:00
Juan Manuel Guerrero
c59929c351 Use name cxx.m4 instead of c++.m4 in data/location.cc 2005-10-03 05:35:57 +00:00
Juan Manuel Guerrero
3768a1ae18 DJGPP specific configuration file. 2005-10-02 16:35:14 +00:00
Juan Manuel Guerrero
24dfa6ec84 DJGPP specific replacement file for lib/subpipe.h. 2005-10-02 16:15:22 +00:00
Juan Manuel Guerrero
6bebb37320 DJGPP specific replacement file for lib/subpipe.c. 2005-10-02 16:14:13 +00:00
Juan Manuel Guerrero
cd72b08b23 DJGPP specific file. 2005-10-02 16:11:25 +00:00