]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
* Makefile.am: DJGPP specific files added to EXTRA_DIST.
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 21 Dec 2005 00:24:54 +0000 (00:24 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 21 Dec 2005 00:24:54 +0000 (00:24 +0000)
commitd508c2816f6f0a3f44a1ff5d6526585c10826950
treed9acdcdfe4a548bf7dc514866d590e8097f891d8
parent375234d9ff5240803f6b85f35c0d43ddd6a476d5
* Makefile.am: DJGPP specific files added to EXTRA_DIST.
* djgpp/Makefile.maint: Fix PACKAGE variable computation.
* djgpp/config.bat: Replace every occurence of the file name
scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
* djgpp/config.sed: Replace every occurence of the file name
scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
* djgpp/djunpack.bat: DJGPP specific file.
* djgpp/fnchange.lst: DJGPP specific file.
* djgpp/README.in: 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.
ChangeLog