-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`autoreconf` is failing on the **Debian** *bookworm* release. I have made updates to allow the regeneration of the autotools scripts using modern tooling. I have verified that the results work on the *bookworm* (2024) and *wheezy* (2012) versions of **Debian**. I don't see anything that would be distro specific, so I only tested what I was using. I do not have access to a Windows machine, so testing on that OS is absent. Changes: * add .gitignore file * rename files from configure.in to configure.ac * updated AC_INIT, AM_INIT_AUTOMAKE, AC_OUTPUT usage * update `missing` script. * added missing AUTHORS, INSTALL, NEWS, and ChangeLog files. * error out if both curses.h and ncurses.h are missing (cpmio). * remove configuration of RETSIGTYPE.
- Loading branch information
Showing
59 changed files
with
32,208 additions
and
21,773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# cache files | ||
stamp-h1 | ||
autom4te.cache | ||
.deps | ||
config.log | ||
config.status | ||
|
||
# generated files | ||
Makefile | ||
config.h | ||
libtool | ||
*.o | ||
*~ | ||
|
||
# programs | ||
bin/zxas | ||
bin/zxc | ||
bin/zxcc | ||
bin/zxlibr | ||
bin/zxlink | ||
|
||
# libraries | ||
cpmio/lib/libcpmio.a | ||
cpmredir/lib/libcpmredir.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
* John Elliott | ||
Original Author. | ||
|
||
* Tony Nicholson (agn453) | ||
* Mark Ogden (ogdenpm) | ||
* Michal Tomek (mtdev79) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Current development occurs on Github | ||
|
||
2012-08-01 John Elliott | ||
|
||
* zxcc-0.5.7 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.